mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
redo all the logging in affected files
This commit is contained in:
parent
3cf3fa789d
commit
1007ee31cc
6 changed files with 122 additions and 103 deletions
|
|
@ -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]";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue