[Pkg-owncloud-commits] [qtkeychain] 84/115: Fix format string
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Sat Mar 15 19:25:47 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit e518815641d16e7c520925f303c967638fc7199c
Author: Frank Osterfeld <osterfeld at kde.org>
Date:   Mon Nov 11 20:34:44 2013 +0100
    Fix format string
---
 keychain_dbus.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keychain_dbus.cpp b/keychain_dbus.cpp
index db711b7..dbb0fd9 100644
--- a/keychain_dbus.cpp
+++ b/keychain_dbus.cpp
@@ -443,7 +443,7 @@ WritePasswordJobPrivate::Mode WritePasswordJobPrivate::stringToMode(const QStrin
     if (s == QLatin1String("Binary") || s == QLatin1String("2"))
         return Binary;
 
-    qCritical("Unexpected mode string '%1'", qPrintable(s));
+    qCritical("Unexpected mode string '%s'", qPrintable(s));
 
     return Text;
 }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
    
    
More information about the Pkg-owncloud-commits
mailing list