typo in delete profile fixed
[stack/code/dboxswitch.git] / profhandler.py
index 5afefaa..7575da2 100644 (file)
@@ -109,7 +109,7 @@ class ProfHandler():
                 raise AppError('Profile Name does not exists')
         else:
             raise AppError('Profile Name not valid')
-        print("Profile "+profileName+" created.")
+        print("Profile "+profileName+" deleted.")
 
     def isCurrentProfile(self, ppath):
         """ Returns true if the current profile path is currently activated """