Mercurial > hg > orthanc
changeset 3532:e4b4b4dbef99
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 03 Oct 2019 13:44:08 +0200 |
parents | 877aff48ebb8 (diff) b26b6ea27648 (current diff) |
children | 2090ec6a83a5 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }