Skip to content

Commit 70bb50f

Browse files
committed
add newline to log print
1 parent bfcf30a commit 70bb50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utki/signal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class signal
5656
~signal()
5757
{
5858
using namespace std::string_view_literals;
59-
utki::logcat_debug("utki::signal::~signal(): not empty: "sv, this->size(), " callbacks connected"sv);
59+
utki::logcat_debug("utki::signal::~signal(): not empty: "sv, this->size(), " callbacks connected\n"sv);
6060
}
6161

6262
/**

0 commit comments

Comments
 (0)