diff OrthancServer/ServerContext.cpp @ 409:63f707278fc8 lua-scripting

lua filtering of incoming http requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2013 12:23:02 +0200
parents 2d269089078f
children 08eca5d86aad
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Thu May 02 16:51:40 2013 +0200
+++ b/OrthancServer/ServerContext.cpp	Fri May 03 12:23:02 2013 +0200
@@ -100,7 +100,7 @@
 
       if (!call.ExecutePredicate())
       {
-        LOG(INFO) << "An incoming instance has been discarded by a filter";
+        LOG(INFO) << "An incoming instance has been discarded by the filter";
         return StoreStatus_FilteredOut;
       }
     }