refactor: deskflow-core adjust already running message

This commit is contained in:
sithlord48
2025-08-21 21:54:10 -04:00
committed by Nick Bolton
parent d368b92165
commit 53f787d6ea

View File

@ -99,7 +99,7 @@ int main(int argc, char **argv)
// If we can create 1 byte of SHM we are the only instance
if (!sharedMemory.create(1)) {
LOG_WARN("an instance of deskflow core (server or client) is already running");
LOG_WARN("an instance of deskflow core is already running");
return s_exitDuplicate;
}
#if SYSAPI_WIN32