/[projects]/dao/DaoMqPump2/DaoMqPump2/Transport.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoMqPump2/Transport.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2049 by torben, Fri Aug 23 07:44:00 2013 UTC revision 2050 by torben, Fri Aug 23 17:07:25 2013 UTC
# Line 200  namespace DaoMqPump2 Line 200  namespace DaoMqPump2
200                  statusData.lastrunOk = false;                  statusData.lastrunOk = false;
201                  statusData.lastErrorMessage = name + ".transportMq2Sql error: " + e.GetType().FullName + " " + e.Message;                  statusData.lastErrorMessage = name + ".transportMq2Sql error: " + e.GetType().FullName + " " + e.Message;
202                  Console.WriteLine(statusData.lastErrorMessage);                  Console.WriteLine(statusData.lastErrorMessage);
203                    Console.WriteLine(e.StackTrace);
204                  EventLog.WriteEntry("DaoMqPump2", statusData.lastErrorMessage, EventLogEntryType.Warning);                  EventLog.WriteEntry("DaoMqPump2", statusData.lastErrorMessage, EventLogEntryType.Warning);
205              }              }
206          }          }
# Line 297  namespace DaoMqPump2 Line 298  namespace DaoMqPump2
298                                    
299                  statusData.lastErrorMessage = name + ".transportMq2Sql error: " + e.GetType().FullName + " " + e.Message;                  statusData.lastErrorMessage = name + ".transportMq2Sql error: " + e.GetType().FullName + " " + e.Message;
300                  Console.WriteLine(statusData.lastErrorMessage);                  Console.WriteLine(statusData.lastErrorMessage);
301                    Console.WriteLine(e.StackTrace);
302                  EventLog.WriteEntry("DaoMqPump2", statusData.lastErrorMessage, EventLogEntryType.Warning);                  EventLog.WriteEntry("DaoMqPump2", statusData.lastErrorMessage, EventLogEntryType.Warning);
303              }              }
304          }          }

Legend:
Removed from v.2049  
changed lines
  Added in v.2050

  ViewVC Help
Powered by ViewVC 1.1.20