diff Framework/Loaders/LoaderStateMachine.cpp @ 1061:eb28dfe432f7

fixed typo in assert. msg. + getters for custom windowing in grayscale layer configurator.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 15 Oct 2019 10:53:28 +0200
parents 262a0244e9b2
children 3e8f59cefec6 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Loaders/LoaderStateMachine.cpp	Mon Oct 07 15:09:45 2019 +0200
+++ b/Framework/Loaders/LoaderStateMachine.cpp	Tue Oct 15 10:53:28 2019 +0200
@@ -106,7 +106,7 @@
     {
       LOG(TRACE) << "    LoaderStateMachine(" << std::hex << this << std::dec << 
         ")::Step(): activeCommands_ (" << activeCommands_ << 
-        ") < simultaneousDownloads_ (" << simultaneousDownloads_ << 
+        ") >= simultaneousDownloads_ (" << simultaneousDownloads_ << 
         ") --> will NOT Schedule command";
     }
   }