remove duplicate log statement

This commit is contained in:
Jeff Becker 2022-11-01 19:09:17 -04:00
parent 3a8007cc3f
commit d911e26b1d
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D
1 changed files with 0 additions and 1 deletions

View File

@ -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();