Display message on startup to aid clarity in logs
This commit is contained in:
parent
6d400b7c3a
commit
b5deb649dc
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ namespace RhinoReminds
|
||||||
|
|
||||||
private static void run()
|
private static void run()
|
||||||
{
|
{
|
||||||
|
Console.WriteLine("************************************");
|
||||||
|
Console.WriteLine("***** RhinoReminds is starting *****");
|
||||||
|
Console.WriteLine("************************************");
|
||||||
|
|
||||||
ClientListener client = new ClientListener(settings.Jid, settings.Password) {
|
ClientListener client = new ClientListener(settings.Jid, settings.Password) {
|
||||||
ReminderFilePath = settings.Filepath
|
ReminderFilePath = settings.Filepath
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue