diff OrthancServer/OrthancConfiguration.cpp @ 3184:5d1f5984dc41

improved log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Feb 2019 09:28:12 +0100
parents 6fd38327e777
children 8f44dadcdbc1
line wrap: on
line diff
--- a/OrthancServer/OrthancConfiguration.cpp	Fri Feb 01 09:08:29 2019 +0100
+++ b/OrthancServer/OrthancConfiguration.cpp	Fri Feb 01 09:28:12 2019 +0100
@@ -834,7 +834,7 @@
   {
     if (json_.isMember(TEMPORARY_DIRECTORY))
     {
-      return new TemporaryFile(GetStringParameter(TEMPORARY_DIRECTORY, ""), "");
+      return new TemporaryFile(InterpretStringParameterAsPath(GetStringParameter(TEMPORARY_DIRECTORY, ".")), "");
     }
     else
     {