Use LOG_DEBUG for debug messages: Discard unexpected char

old_fixes_and_eclipse_memory_read^2
cgsfv 2018-08-23 14:10:47 +02:00
parent 10a2823191
commit c3a744149c
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ static int gdb_put_packet_inner(struct connection *connection,
break;
}
LOG_WARNING("Discard unexpected char %c", reply);
LOG_DEBUG("Discard unexpected char %c", reply);
}
#endif