comparison 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
comparison
equal deleted inserted replaced
1034:839d2bff92ab 1061:eb28dfe432f7
104 } 104 }
105 else 105 else
106 { 106 {
107 LOG(TRACE) << " LoaderStateMachine(" << std::hex << this << std::dec << 107 LOG(TRACE) << " LoaderStateMachine(" << std::hex << this << std::dec <<
108 ")::Step(): activeCommands_ (" << activeCommands_ << 108 ")::Step(): activeCommands_ (" << activeCommands_ <<
109 ") < simultaneousDownloads_ (" << simultaneousDownloads_ << 109 ") >= simultaneousDownloads_ (" << simultaneousDownloads_ <<
110 ") --> will NOT Schedule command"; 110 ") --> will NOT Schedule command";
111 } 111 }
112 } 112 }
113 113
114 114