Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/ATSAmdin.Installer.cs 2012/07/15 15:18:55 157 +++ trunk/TSAdminTool/ATSAmdin.Installer.cs 2012/07/15 15:20:15 158 @@ -235,9 +235,11 @@ // delete client images try { + Logging.ATSAdminInstallerLog.Warn("Deleteing Client Images has not been implemented yet."); } catch (Exception ex) { + throw ex; } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |