# HG changeset patch # User Sebastien Jodogne # Date 1383922934 -3600 # Node ID aa2ab67d913d99f2a534ec93cfb96b19afe01ae5 # Parent b8383ac0b2270fe568cd879110635385efc4e86f log error to log info diff -r b8383ac0b227 -r aa2ab67d913d OrthancServer/Internals/CommandDispatcher.cpp --- a/OrthancServer/Internals/CommandDispatcher.cpp Fri Nov 08 15:28:22 2013 +0100 +++ b/OrthancServer/Internals/CommandDispatcher.cpp Fri Nov 08 16:02:14 2013 +0100 @@ -595,7 +595,7 @@ // the peer or a network error finished = true; - LOG(ERROR) << cond.text(); + LOG(INFO) << cond.text(); } if (finished)