Skip to content

Commit

Permalink
Fixed log message for processing custom command.
Browse files Browse the repository at this point in the history
  • Loading branch information
algra authored and phatboyg committed Jun 2, 2014
1 parent b1d36f2 commit e95f844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Topshelf/Runtime/Windows/WindowsServiceHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ protected override void OnCustomCommand(int command)

_serviceHandle.CustomCommand(this, command);

_log.Info("[Topshelf] Custom command {0} processed");
_log.Info(string.Format("[Topshelf] Custom command {0} processed", command));
}
catch (Exception ex)
{
Expand Down

0 comments on commit e95f844

Please sign in to comment.