We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba3dc1 commit d3d048dCopy full SHA for d3d048d
src/tst/main.cpp
@@ -47,13 +47,11 @@ int main(utki::span<const char*> args)
47
app = factory();
48
49
if (!app) {
50
- throw std::logic_error("tst::create_application() returned nullptr");
+ throw std::logic_error("application_factory returned nullptr");
51
}
52
} else {
53
LOG([](auto& o) {
54
- o << "tst::create_application() function not found, creating basic "
55
- "application"
56
- << '\n';
+ o << "application_factory not found, creating basic application" << '\n';
57
})
58
app = std::make_unique<application>();
59
0 commit comments