Mercurial > hg > orthanc
changeset 667:aa2ab67d913d
log error to log info
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Nov 2013 16:02:14 +0100 |
parents | b8383ac0b227 |
children | 8755f22932b1 4b1f8fbea908 |
files | OrthancServer/Internals/CommandDispatcher.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)