diff OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp @ 774:4e3593c3511d

NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Apr 2014 15:17:10 +0200
parents 3bd0589af992
children be87dd517416
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp	Wed Apr 30 15:08:51 2014 +0200
+++ b/OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp	Wed Apr 30 15:17:10 2014 +0200
@@ -86,7 +86,7 @@
       boost::this_thread::sleep(boost::posix_time::milliseconds(100));
       if (!that->continue_)
       {
-        LOG(INFO) << "Finishing the thread watching the global SCU connection";
+        //LOG(INFO) << "Finishing the thread watching the global SCU connection";
         return;
       }