Lines Matching defs:debug
298 std::string debug;
299 debug.append(key);
300 debug.append(" pkgStatus:");
301 debug.append(std::to_string(pkgStatus));
303 debug.append(" sent:");
306 debug.append(std::to_string(elapsedTime.count()));
307 debug.append(" ms");
308 debug.append(" retry Chance:");
309 debug.append(std::to_string(retryChance));
312 debug.append(" response:");
314 debug.append(" ACK");
316 debug.append(" NAK");
319 return debug;