-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[teamd]: Remove extensive debug output for libteamdctl (#5870)
- Loading branch information
1 parent
cdc6879
commit 83d090f
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
src/libteam/patch/0011-Remove-extensive-debug-output.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 19928173ce022f499c59b719179e7ad9a4bafb7f Mon Sep 17 00:00:00 2001 | ||
From: Pavel Shirshov <[email protected]> | ||
Date: Mon, 9 Nov 2020 13:21:55 -0800 | ||
Subject: [PATCH] Remove extensive debug output | ||
|
||
--- | ||
libteamdctl/cli_usock.c | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/libteamdctl/cli_usock.c b/libteamdctl/cli_usock.c | ||
index 0dc97ae..d3fbdba 100644 | ||
--- a/libteamdctl/cli_usock.c | ||
+++ b/libteamdctl/cli_usock.c | ||
@@ -163,7 +163,7 @@ static int cli_usock_method_call(struct teamdctl *tdc, const char *method_name, | ||
char *replystr; | ||
int err; | ||
|
||
- dbg(tdc, "usock: Calling method \"%s\"", method_name); | ||
+ /* dbg(tdc, "usock: Calling method \"%s\"", method_name); */ | ||
err= myasprintf(&msg, "%s\n%s\n", TEAMD_USOCK_REQUEST_PREFIX, | ||
method_name); | ||
if (err) | ||
-- | ||
2.29.2.windows.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters