- Fixed logging ref
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-06 19:56:10 +02:00
parent 56a2f6f91d
commit acad105e21
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ void commitHandler(HTTPServerRequest request, HTTPServerResponse response)
}
else
{
log.warn("Ignoring /commit triggered but with empty commits");
logger.warn("Ignoring /commit triggered but with empty commits");
}
}
catch(Exception e)