Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vainamov committed Mar 11, 2019
1 parent e0d5435 commit b9df1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Program.cs
@@ -1,6 +1,7 @@
using System;
using System.IO;
using Neo.Core.Networking;
using Neo.Core.Shared;

namespace Neo.Server
{
Expand Down Expand Up @@ -36,7 +37,7 @@ internal class Program
server.Stop();
webServer.Stop();

Console.ReadLine();
Logger.Instance.Log(LogLevel.Ok, "You may now exit the program.", true);
}
}
}

0 comments on commit b9df1bb

Please sign in to comment.