Skip to content

Commit

Permalink
minor logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Dec 8, 2022
1 parent a7f08bc commit dd5946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.cpp
Expand Up @@ -1037,7 +1037,7 @@ namespace drachtio {

}
catch (std::exception& e) {
std::cout << "FAILURE creating logger: " << e.what() << std::endl;
std::cerr << "FAILURE creating logger: " << e.what() << std::endl;
throw e;
}
}
Expand Down

0 comments on commit dd5946e

Please sign in to comment.