Skip to content

Commit 4a754a0

Browse files
committed
fix log tag on sdk-contract-test server
1 parent 85ece7b commit 4a754a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sdk-contract-tests/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using launchdarkly::LogLevel;
1919

2020
int main(int argc, char* argv[]) {
2121
launchdarkly::Logger logger{
22-
std::make_unique<ConsoleBackend>("sse-contract-tests")};
22+
std::make_unique<ConsoleBackend>("sdk-contract-tests")};
2323

2424
const std::string default_port = "8123";
2525
std::string port = default_port;

0 commit comments

Comments
 (0)