Diff between 71b5dbc7049e718f36d1ff0a4332cb79f2ccb654 and ca2163d370b9365e928471e348cce0d1715be848

Changed Files

File Additions Deletions Status
test/test-mesh +2 -2 modified

Full Patch

diff --git a/test/test-mesh b/test/test-mesh
index 5db1d6d..6a60783 100755
--- a/test/test-mesh
+++ b/test/test-mesh
@@ -305,7 +305,7 @@ def create_cb(value):
 	global attach
 
 	print(set_yellow('Created mesh network with token ') +
-			set_green(format(value, '16x')))
+			set_green(format(value, '016x')))
 
 	token = value
 	have_token = True
@@ -462,7 +462,7 @@ class Application(dbus.service.Object):
 		global attach
 
 		print(set_yellow('Joined mesh network with token ') +
-				set_green(format(value, '16x')))
+				set_green(format(value, '016x')))
 
 		token = value
 		have_token = True