Skip to content

Commit fc52ebe

Browse files
pereyra-mvikman90
authored andcommitted
Updating error message local_get method
1 parent 7986bd3 commit fc52ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/os_auth/local-server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ cJSON* local_get(const char *id) {
430430
w_mutex_lock(&mutex_keys);
431431

432432
if (index = OS_IsAllowedID(&keys, id), index < 0) {
433-
merror("ERROR %d: %s.", ERRORS[ENOAGENT].code, ERRORS[ENOAGENT].message);
433+
mdebug1("Error %d: %s.", ERRORS[ENOAGENT].code, ERRORS[ENOAGENT].message);
434434
response = local_create_error_response(ERRORS[ENOAGENT].code, ERRORS[ENOAGENT].message);
435435
}
436436
else {

0 commit comments

Comments
 (0)