From 0e4388851b34f3a39b963d4f10c825cdd41226cb Mon Sep 17 00:00:00 2001
From: Tony Mack <tmack@cs.princeton.edu>
Date: Wed, 2 Dec 2009 00:11:28 +0000
Subject: [PATCH] fix error message

---
 sfa/managers/slice_manager_pl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sfa/managers/slice_manager_pl.py b/sfa/managers/slice_manager_pl.py
index a002772f..c68d952c 100644
--- a/sfa/managers/slice_manager_pl.py
+++ b/sfa/managers/slice_manager_pl.py
@@ -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:
-- 
2.47.0