There was an error while loading. Please reload this page.
1 parent bfcf30a commit 70bb50fCopy full SHA for 70bb50f
1 file changed
src/utki/signal.hpp
@@ -56,7 +56,7 @@ class signal
56
~signal()
57
{
58
using namespace std::string_view_literals;
59
- utki::logcat_debug("utki::signal::~signal(): not empty: "sv, this->size(), " callbacks connected"sv);
+ utki::logcat_debug("utki::signal::~signal(): not empty: "sv, this->size(), " callbacks connected\n"sv);
60
}
61
62
/**
0 commit comments