# HG changeset patch # User Alain Mazy # Date 1570103048 -7200 # Node ID e4b4b4dbef99dc8a19b87ad188658d76ca016f61 # Parent 877aff48ebb8743e720f727f91f00f39ad256d38# Parent b26b6ea276486f6075da9b62ca27fc9bfa644518 merge diff -r b26b6ea27648 -r e4b4b4dbef99 Plugins/Samples/ServeFolders/Plugin.cpp --- a/Plugins/Samples/ServeFolders/Plugin.cpp Wed Oct 02 11:13:32 2019 +0200 +++ b/Plugins/Samples/ServeFolders/Plugin.cpp Thu Oct 03 13:44:08 2019 +0200 @@ -302,7 +302,7 @@ const std::string folder = folders[*it].asString(); if (!boost::filesystem::is_directory(folder)) { - OrthancPlugins::LogError("Trying and serve an inexistent folder: " + folder); + OrthancPlugins::LogError("Trying to serve an inexistent folder: " + folder); ORTHANC_PLUGINS_THROW_EXCEPTION(InexistentFile); }