TBR: Fix debug statement

Change-Id: I8780f16618e231e2142a58a35e76f5901bd19e14
diff --git a/capsule/crawlui.py b/capsule/crawlui.py
index 88139a2..8e025f6 100644
--- a/capsule/crawlui.py
+++ b/capsule/crawlui.py
@@ -506,7 +506,7 @@
     print 'We still have ' + str(len(still_exploring)) + ' views to explore.'
     print 'Still need to explore: ' + str(still_exploring.keys())
     v = still_exploring.values()[0]
-    print 'Now trying to explore ' v.get_name()
+    print 'Now trying to explore '+  v.get_name()
     path = find_path_from_root_to_view(v, view_map)
     print 'Route from root to ' + v.get_name()
     if path: