aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-28 08:59:50 +0000
committerGravatar un1versal2015-12-05 11:33:58 +0000
commitfdf86cba2968d5b7f2f318bc8e7c66e668cfeae9 (patch)
tree12241dd0eb48363ce509a53eb4b9e816ab3e8baa /src
parentDccFileTransfer: capitalization and duplicate include fix (diff)
downloadKVIrc-fdf86cba2968d5b7f2f318bc8e7c66e668cfeae9.tar.gz
KVIrc-fdf86cba2968d5b7f2f318bc8e7c66e668cfeae9.tar.bz2
KVIrc-fdf86cba2968d5b7f2f318bc8e7c66e668cfeae9.zip
DccMarshal: capitalization and consistency fix
Diffstat (limited to 'src')
-rw-r--r--src/modules/dcc/DccMarshal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dcc/DccMarshal.cpp b/src/modules/dcc/DccMarshal.cpp
index bac473efb..552bfd4d8 100644
--- a/src/modules/dcc/DccMarshal.cpp
+++ b/src/modules/dcc/DccMarshal.cpp
@@ -578,7 +578,7 @@ void DccMarshal::doSSLHandshake(int)
if(!m_pSSL)
{
- qDebug("Ops... I've lost the SSL class ?");
+ qDebug("Oops! I've lost the SSL class?");
reset();
emit error(KviError::InternalError);
return; // ops ?
@@ -636,7 +636,7 @@ void DccMarshal::doSSLHandshake(int)
break;
}
#else //!COMPILE_SSL_SUPPORT
- qDebug("Ops.. ssl handshake without ssl support!...aborting!");
+ qDebug("Oops! SSL handshake without SSL support! Aborting!");
exit(-1);
#endif //!COMPILE_SSL_SUPPORT
}