-fix the fix
[oweals/gnunet.git] / src / util / gnunet-qr.py.in
index 9a417451215c1605ae77cb269fc786ef952038c2..ced7a5441155a0222c8ddcaa0c3506b6ef9155f9 100755 (executable)
@@ -101,6 +101,8 @@ if __name__ == '__main__':
                        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)