Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/11 16:37:05 (12 years ago)
Author:
ascheibe
Message:

#1672 communication with ui should be more stable now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Manager/ConfigManager.cs

    r6983 r7171  
    125125      }
    126126      catch (Exception ex) {
    127         SlaveClientCom.Instance.ClientCom.LogMessage(string.Format("Exception was thrown while trying to get execution times: {0}", ex.Message));
     127        SlaveClientCom.Instance.LogMessage(string.Format("Exception was thrown while trying to get execution times: {0}", ex.Message));
    128128      }
    129129      return prog;
Note: See TracChangeset for help on using the changeset viewer.