diff options
Diffstat (limited to 'src/modules/rijndael')
-rw-r--r-- | src/modules/rijndael/libkvirijndael.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp index e9c70516..b39edcb7 100644 --- a/src/modules/rijndael/libkvirijndael.cpp +++ b/src/modules/rijndael/libkvirijndael.cpp @@ -659,7 +659,7 @@ { if(*(encoded.ptr()) != '*') { - debug("WARNING: Specified a CBC key but the incoming message doesn't seem to be a CBC one"); + tqDebug("WARNING: Specified a CBC key but the incoming message doesn't seem to be a CBC one"); return doDecryptECB(encoded,plain); } encoded.cutLeft(1); |