aboutsummaryrefslogtreecommitdiffstats
path: root/crow.h
diff options
context:
space:
mode:
Diffstat (limited to 'crow.h')
-rw-r--r--crow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crow.h b/crow.h
index ade49aa..d2b71af 100644
--- a/crow.h
+++ b/crow.h
@@ -69,9 +69,10 @@ namespace crow
Server<self_t> server(this, port_, concurrency_);
server.run();
}
+
void debug_print()
{
- std::cerr << "Routing:" << std::endl;
+ CROW_LOG_DEBUG << "Routing:";
router_.debug_print();
}