pull/248/merge
Tom Mornini 2018-04-23 23:29:37 +00:00 committed by GitHub
commit 7a8ebb024d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -130,7 +130,7 @@ NotifyRunningInstance()
} }
else else
{ {
PrintDebug(L"Instance 2: Previous instance not yet ready to accept comamnds"); PrintDebug(L"Instance 2: Previous instance not yet ready to accept commands");
exit_code = OVPN_EXITCODE_NOTREADY; exit_code = OVPN_EXITCODE_NOTREADY;
} }
PrintDebug(L"Instance 2: Returning exit code %d", exit_code); PrintDebug(L"Instance 2: Returning exit code %d", exit_code);