summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--kabc/vcard/VCardv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/VCardv.cpp b/kabc/vcard/VCardv.cpp
index d19a004..bc80707 100644
--- a/kabc/vcard/VCardv.cpp
+++ b/kabc/vcard/VCardv.cpp
@@ -195,5 +195,5 @@ VCard::_parse()
195 if (cl->value() == 0) 195 if (cl->value() == 0)
196 { 196 {
197 qDebug("Content line could not be parsed. Discarded: %s" + QCString(it2.current())); 197 qDebug("Content line could not be parsed. Discarded: %s", it2.current());
198 delete cl; 198 delete cl;
199 } 199 }