mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Disable debug messages in release builds
Also correct / remove various debug messages
This commit is contained in:
parent
097be1a5cd
commit
7d7c635423
5 changed files with 6 additions and 6 deletions
|
@ -313,7 +313,7 @@ namespace Utils
|
|||
// Other platforms understand UTF-8
|
||||
if (clipProcess->write(text.toUtf8()) == -1) {
|
||||
#endif
|
||||
qDebug("Unable to write to process : %s", qPrintable(clipProcess->errorString()));
|
||||
qWarning("Unable to write to process : %s", qPrintable(clipProcess->errorString()));
|
||||
}
|
||||
clipProcess->waitForBytesWritten();
|
||||
clipProcess->closeWriteChannel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue