comparison OrthancServer/Internals/CommandDispatcher.cpp @ 667:aa2ab67d913d

log error to log info
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Nov 2013 16:02:14 +0100
parents 41b3e5ccb291
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
666:b8383ac0b227 667:aa2ab67d913d
593 { 593 {
594 // Bad status, which indicates the closing of the connection by 594 // Bad status, which indicates the closing of the connection by
595 // the peer or a network error 595 // the peer or a network error
596 finished = true; 596 finished = true;
597 597
598 LOG(ERROR) << cond.text(); 598 LOG(INFO) << cond.text();
599 } 599 }
600 600
601 if (finished) 601 if (finished)
602 { 602 {
603 if (cond == DUL_PEERREQUESTEDRELEASE) 603 if (cond == DUL_PEERREQUESTEDRELEASE)