Author: wkeil Date: Wed Sep 16 19:08:15 2015 New Revision: 1703449 URL: http://svn.apache.org/r1703449 Log: DMAP-152: Use Log4net to log in .NET clients
Task-Url: https://issues.apache.org/jira/browse/DMAP-152 Modified: devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs Modified: devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs?rev=1703449&r1=1703448&r2=1703449&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs (original) +++ devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs Wed Sep 16 19:08:15 2015 @@ -95,6 +95,8 @@ class Program { //log.Error("Client or Data not found"); Console.WriteLine("DeviceMap Client or Data not found."); + Console.WriteLine(); + Console.WriteLine("You may need to check your configuration '" + Process.GetCurrentProcess().ProcessName + ".exe.config'."); } }
