Changed GDB "Handling..." logs to INFO level
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
{}
|
||||
|
||||
void Detach::handle(DebugSession& debugSession, TargetControllerService& targetControllerService) {
|
||||
Logger::debug("Handling Detach packet");
|
||||
Logger::info("Handling Detach packet");
|
||||
|
||||
try {
|
||||
if (Services::ProcessService::isManagedByClion()) {
|
||||
|
||||
Reference in New Issue
Block a user