You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stream << "FATAL: Firmware reported more superpages available (" << amountAvailable << ") than should be present in FIFO (" << link.queue.size() << "); "
332
-
<< link.superpageCounter << " superpages received from link " << int(link.id) << " according to driver, "
333
-
<< superpageCount << " pushed according to firmware";
334
-
log(stream.str(), InfoLogger::InfoLogger::Error);
335
-
BOOST_THROW_EXCEPTION(Exception()
336
-
<< ErrorInfo::Message("FATAL: Firmware reported more superpages available than should be present in FIFO"));
stream << "FATAL: Firmware reported more superpages available (" << amountAvailable << ") than should be present in FIFO (" << link.queue.size() << "); "
311
+
<< link.superpageCounter << " superpages received from link " << int(link.id) << " according to driver, "
312
+
<< superpageCount << " pushed according to firmware";
313
+
log(stream.str(), InfoLogger::InfoLogger::Error);
314
+
BOOST_THROW_EXCEPTION(Exception()
315
+
<< ErrorInfo::Message("FATAL: Firmware reported more superpages available than should be present in FIFO"));
0 commit comments