author | ulf69 <ulf69> | 2004-08-03 21:19:48 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-03 21:19:48 (UTC) |
commit | ca9f3d60920d52508238da2099544bb0da1a4ee4 (patch) (unidiff) | |
tree | 76011b9cc2741bd6477f4030e5857faf89a50fe9 /kabc/plugins | |
parent | be52d7d03e57620919b23cb0cbb33ac22d0920e0 (diff) | |
download | kdepimpi-ca9f3d60920d52508238da2099544bb0da1a4ee4.zip kdepimpi-ca9f3d60920d52508238da2099544bb0da1a4ee4.tar.gz kdepimpi-ca9f3d60920d52508238da2099544bb0da1a4ee4.tar.bz2 |
cleanup of debug code
-rw-r--r-- | kabc/plugins/qtopia/resourceqtopia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/plugins/qtopia/resourceqtopia.cpp b/kabc/plugins/qtopia/resourceqtopia.cpp index 242e0c6..5565580 100644 --- a/kabc/plugins/qtopia/resourceqtopia.cpp +++ b/kabc/plugins/qtopia/resourceqtopia.cpp | |||
@@ -236,5 +236,5 @@ bool ResourceQtopia::lock( const QString &lockfileName ) | |||
236 | if (QFile::exists( lockName )) | 236 | if (QFile::exists( lockName )) |
237 | { | 237 | { |
238 | qDebug("ResourceOpie::lock: lockfile %s already exists. (Delete it before continuing if nobody else is accessing the resourcefile %s)", lockName.latin1(), fileName()); | 238 | qDebug("ResourceOpie::lock: lockfile %s already exists. (Delete it before continuing if nobody else is accessing the resourcefile %s)", lockName.latin1(), fileName().latin1()); |
239 | return false; | 239 | return false; |
240 | } | 240 | } |