gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31608 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r31608 - gnunet/src/util
Date: Fri, 20 Dec 2013 14:37:21 +0100

Author: wachs
Date: 2013-12-20 14:37:21 +0100 (Fri, 20 Dec 2013)
New Revision: 31608

Modified:
   gnunet/src/util/gnunet-qr.py.in
Log:
success message


Modified: gnunet/src/util/gnunet-qr.py.in
===================================================================
--- gnunet/src/util/gnunet-qr.py.in     2013-12-20 13:27:33 UTC (rev 31607)
+++ gnunet/src/util/gnunet-qr.py.in     2013-12-20 13:37:21 UTC (rev 31608)
@@ -101,6 +101,8 @@
                        print 'Running `' + cmd +'`'
                res=subprocess.call(args)
                if (0 != res):
-                       print 'Failed to add URI ' + str(symbol.data) 
+                       print 'Failed to add URI ' + str(symbol.data)
+               else: 
+                       print 'Added URI ' + str(symbol.data)
                exit (res)
        exit (1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]