We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7986bd3 commit fc52ebeCopy full SHA for fc52ebe
1 file changed
src/os_auth/local-server.c
@@ -430,7 +430,7 @@ cJSON* local_get(const char *id) {
430
w_mutex_lock(&mutex_keys);
431
432
if (index = OS_IsAllowedID(&keys, id), index < 0) {
433
- merror("ERROR %d: %s.", ERRORS[ENOAGENT].code, ERRORS[ENOAGENT].message);
+ mdebug1("Error %d: %s.", ERRORS[ENOAGENT].code, ERRORS[ENOAGENT].message);
434
response = local_create_error_response(ERRORS[ENOAGENT].code, ERRORS[ENOAGENT].message);
435
}
436
else {
0 commit comments