diff OrthancServer/ServerIndex.cpp @ 194:0186ac92810c

fixes for Ubuntu 10.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Nov 2012 09:23:53 +0100
parents a1b9d1e1497b
children 530a25320461
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Tue Nov 13 14:02:28 2012 +0100
+++ b/OrthancServer/ServerIndex.cpp	Wed Nov 14 09:23:53 2012 +0100
@@ -709,11 +709,11 @@
     switch (status)
     {
     case StoreStatus_Success:
-      LOG(WARNING) << "New instance stored";
+      LOG(INFO) << "New instance stored";
       break;
 
     case StoreStatus_AlreadyStored:
-      LOG(WARNING) << "Already stored";
+      LOG(INFO) << "Already stored";
       break;
 
     case StoreStatus_Failure: