Skip to content

Commit

Permalink
ログレベルを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Oct 20, 2024
1 parent 211a782 commit 6ec1917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cattleshed/src/cattleshed_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class GetVersionHandler
return;
}

SPDLOG_DEBUG("[0x{}] add version: {} {}", (void*)this, current_.name,
SPDLOG_INFO("[0x{}] add version: {} {}", (void*)this, current_.name,
ver);
versions_.push_back(std::make_pair(current_.name, ver));

Expand Down

0 comments on commit 6ec1917

Please sign in to comment.