diff Orthanc/Core/Toolbox.cpp @ 89:bc05500ea317

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2015 09:34:49 +0100
parents 56a016ae8090
children a54260a7fe59
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.cpp	Thu Oct 29 15:03:26 2015 +0100
+++ b/Orthanc/Core/Toolbox.cpp	Mon Nov 09 09:34:49 2015 +0100
@@ -210,7 +210,7 @@
   {
     if (!boost::filesystem::is_regular_file(path))
     {
-      LOG(ERROR) << "The path does not point to a regular file: " << path;
+      LOG(ERROR) << std::string("The path does not point to a regular file: ") << path;
       throw OrthancException(ErrorCode_RegularFileExpected);
     }