Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/ATSAmdin.Installer.cs 2012/07/15 13:27:58 154 +++ trunk/TSAdminTool/ATSAmdin.Installer.cs 2012/07/15 13:35:48 155 @@ -49,11 +49,13 @@ { try { + Logging.ATSAdminInstallerLog.Debug("Configuring AnywhereTS"); frmAdmin atsadmin = new frmAdmin(); if (!atsadmin.ConfigureATS()) { throw new Exception("AnywhereTS cannot be installed without configuring it first."); } + Logging.ATSAdminInstallerLog.Debug("Successfully Configured AnywhereTS"); } catch (Exception ex) {
ViewVC Help | |
Powered by ViewVC 1.1.22 |