From f48b92e46f00f09abb46f606e2e49d117ca994ca Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 8 Oct 2018 13:46:49 -0500 Subject: [PATCH] MCOL-520 --- procmon/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmon/main.cpp b/procmon/main.cpp index e26d00d70..dac166bce 100644 --- a/procmon/main.cpp +++ b/procmon/main.cpp @@ -180,7 +180,7 @@ int main(int argc, char** argv) //get tmp log directory tmpLogDir = startup::StartUp::tmpDir(); - string cmd = "mkdir -p tmpLogDir"; + string cmd = "mkdir -p " + tmpLogDir; system(cmd.c_str()); // create message thread