forked from auracaster/openocd
Use LOG_DEBUG for debug messages: Discard unexpected char
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user