Skip to content

Commit

Permalink
remove duplicate log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Nov 1, 2022
1 parent 3a8007c commit d911e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/lokinet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ SvcCtrlHandler(DWORD dwCtrl)
return;

case SERVICE_CONTROL_INTERROGATE:
llarp::log::debug(logcat, "Got win32 service interrogate signal");
// report status
llarp::log::debug(logcat, "Got win32 service interrogate signal");
llarp::sys::service_manager->report_changed_state();
Expand Down

0 comments on commit d911e26

Please sign in to comment.