redo all the logging in affected files

This commit is contained in:
ebbit1q 2026-04-05 14:47:56 +02:00
parent 3cf3fa789d
commit 1007ee31cc
6 changed files with 122 additions and 103 deletions

View file

@ -105,6 +105,6 @@ QString getSafeDebugString(const ::google::protobuf::Message &message)
if (ok) {
return QString::number(size) + " bytes " + QString::fromStdString(debug_string);
} else {
return "could not convert message to string";
return "[could not convert message to string]";
}
}