More changes to return it to compilable status.

This commit is contained in:
2018-04-11 08:41:12 +01:00
parent 7328f05dea
commit 6bc424a25d
2 changed files with 5 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ namespace DiscImageChef.Server.Controllers
catch(Exception ex)
{
#if DEBUG
Console.WriteLine("{0} {1}", ex.Message, ex.InnerException);
System.Console.WriteLine("{0} {1}", ex.Message, ex.InnerException);
throw;
#else
response.Content = new StringContent("error", System.Text.Encoding.UTF8, "text/plain");