aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/routing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/routing.h b/include/routing.h
index b07c2c3..be410a7 100644
--- a/include/routing.h
+++ b/include/routing.h
@@ -125,7 +125,7 @@ namespace crow
);
return;
}
- CROW_LOG_DEBUG << "ERROR cannot find handler" << std::endl;
+ CROW_LOG_DEBUG << "ERROR cannot find handler";
// we already found matched url; this is server error
cparams.res = response(500);