fix error message
authorTony Mack <tmack@cs.princeton.edu>
Wed, 2 Dec 2009 00:11:28 +0000 (00:11 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 2 Dec 2009 00:11:28 +0000 (00:11 +0000)
sfa/managers/slice_manager_pl.py

index a002772..c68d952 100644 (file)
@@ -32,7 +32,7 @@ def delete_slice(api, hrn, caller_cred=None):
             success = True
         except:
             print >> log, "%s" % (traceback.format_exc())
-            print >> log, "Error calling list nodes at aggregate %s" % aggregate
+            print >> log, "Error calling delete slice at aggregate %s" % aggregate
 
         # try sending the request hash if the previous call failed
         if not success: