mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
Made service error log more readable
This commit is contained in:
@@ -981,7 +981,7 @@ bool MainWindow::isServiceRunning(QString name)
|
||||
delete[] array;
|
||||
|
||||
if (hService == NULL) {
|
||||
appendLogNote("failed to open " + name + "service, error: " +
|
||||
appendLogNote("failed to open " + name + " service, error: " +
|
||||
GetLastError());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user