diff Framework/Messages/ICallable.h @ 981:c20dbaab360c

Ability to cope with empty "Referenced SOP Instance UID" (dicom path (3006,0039)[i] / (0x3006, 0x0040)[0] / (0x3006, 0x0016)[0] / (0x0008, 0x1155)) + better logs + code formating
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 06 Sep 2019 09:38:18 +0200
parents 262a0244e9b2
children 3f6e5a38c88f
line wrap: on
line diff
--- a/Framework/Messages/ICallable.h	Mon Sep 02 17:44:20 2019 +0200
+++ b/Framework/Messages/ICallable.h	Fri Sep 06 09:38:18 2019 +0200
@@ -92,7 +92,9 @@
       }
       else
       {
-        LOG(TRACE) << "The recorded fingerprint is " << observerFingerprint_ << " and the current fingerprint is " << currentFingerprint << " -- callable will be called.";
+        LOG(TRACE) << "The recorded fingerprint is " << observerFingerprint_
+          << " and the current fingerprint is " << currentFingerprint
+          << " -- callable will be called.";
         (observer_.*function_) (message);
       }
     }