Skip to content

Commit a3ac90f

Browse files
committed
C4Network2UPnP: Disable logger output in GUI
1 parent fbfa7a5 commit a3ac90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/C4Network2UPnPMiniUPnPc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct C4Network2UPnP::Impl
5252
};
5353

5454
public:
55-
Impl() : logger{CreateLogger("C4Network2UPnP", {.ShowLoggerNameInGui = true})}
55+
Impl() : logger{CreateLogger("C4Network2UPnP", {.GuiLogLevel = spdlog::level::off})}
5656
{
5757
task = Init();
5858
}

0 commit comments

Comments
 (0)