comparison 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
comparison
equal deleted inserted replaced
193:a1b9d1e1497b 194:0186ac92810c
707 } 707 }
708 708
709 switch (status) 709 switch (status)
710 { 710 {
711 case StoreStatus_Success: 711 case StoreStatus_Success:
712 LOG(WARNING) << "New instance stored"; 712 LOG(INFO) << "New instance stored";
713 break; 713 break;
714 714
715 case StoreStatus_AlreadyStored: 715 case StoreStatus_AlreadyStored:
716 LOG(WARNING) << "Already stored"; 716 LOG(INFO) << "Already stored";
717 break; 717 break;
718 718
719 case StoreStatus_Failure: 719 case StoreStatus_Failure:
720 LOG(ERROR) << "Store failure"; 720 LOG(ERROR) << "Store failure";
721 break; 721 break;