Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/frmAdmin.cs 2012/07/12 17:34:46 61 +++ trunk/TSAdminTool/frmAdmin.cs 2012/07/12 18:17:31 63 @@ -609,7 +609,10 @@ } else { - throw new Exception("Error: Cannot find record to delete (43556)"); + //throw new Exception(string.Format("Error: Cannot find record to delete (43556) for mac address: ")); + string error = string.Format("Error: Cannot find record to delete (43556) for mac address: {0}", selectedClientMacAddress); + Logging.ATSAdminLog.Error(error); + MessageBox.Show(error); } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |