Skip to content

Commit

Permalink
Remove non-functional log tag
Browse files Browse the repository at this point in the history
Summary:
Remove non-functional log tag. Filename is already shown in logs
automatically.

Reviewed By: shri-khare

Differential Revision: D62051397

fbshipit-source-id: 63add3df537475785029691b93cd721ed697895b
  • Loading branch information
jleung51 authored and facebook-github-bot committed Aug 31, 2024
1 parent 53db7f4 commit 32b4a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fboss/fsdb/client/FsdbSubscriber.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class FsdbSubscriber : public FsdbSubscriberBase {
updateSubscriptionState(SubscriptionState::CANCELLED);
break;
default:
XLOG(DBG2) << "FsdbScubscriber: no-op transition for ConnectionState: "
XLOG(DBG2) << "No-op transition for ConnectionState: "
<< connectionStateToString(oldState) << " -> "
<< connectionStateToString(newState);
break;
Expand Down

0 comments on commit 32b4a46

Please sign in to comment.