diff options
Diffstat (limited to 'src/modules/objects/qtftp/qftp.cpp')
| -rw-r--r-- | src/modules/objects/qtftp/qftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/qtftp/qftp.cpp b/src/modules/objects/qtftp/qftp.cpp index d6b0ce783..f0fcecb57 100644 --- a/src/modules/objects/qtftp/qftp.cpp +++ b/src/modules/objects/qtftp/qftp.cpp @@ -997,7 +997,7 @@ bool QFtpPI::startNextCmd() #if defined(QFTPPI_DEBUG) if (state != Idle) - qDebug("QFtpPI startNextCmd: Internal error! QFtpPI called in non-Idle state %d", state); + qDebug("QFtpPI startNextCmd: internal error! QFtpPI called in non-idle state %d", state); #endif if (pendingCommands.isEmpty()) { currentCmd.clear(); |
