Skip to content

Commit

Permalink
sniffer: fix mangled lines on stdout output
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Jan 6, 2024
1 parent 4764ae4 commit d96956a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/caracal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ int main(int argc, char** argv) {
spdlog::set_default_logger(spdlog::stderr_color_st(""));

spdlog::info("Reading from stdin, press CTRL+D to stop...");
std::ios::sync_with_stdio(false);
caracal::Prober::probe(config, std::cin);
} catch (const std::exception& e) {
auto type = caracal::Utilities::demangle(typeid(e).name());
Expand Down

0 comments on commit d96956a

Please sign in to comment.