comparison Framework/Loaders/LoaderStateMachine.cpp @ 1063:3e8f59cefec6 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 12:22:44 +0200
parents e713f1a99861 eb28dfe432f7
children af4b9cba905f
comparison
equal deleted inserted replaced
1060:e146743f6cdc 1063:3e8f59cefec6
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