Skip to content

Commit

Permalink
Added warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Colmer authored and Simon Colmer committed Nov 12, 2015
1 parent 85514df commit 83cf4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Noobot.Runner/Logging/ConsoleLogger.cs
Expand Up @@ -39,6 +39,7 @@ private TextWriter TryGetLogWriter()
}
catch (Exception)
{
Console.WriteLine("Unable to write to log file, THIS IS NOT LOGGING TO FILE");
return null;
}
}
Expand Down

0 comments on commit 83cf4bf

Please sign in to comment.