Tweaked HTTP Dynamic verbosity.

This commit is contained in:
Thulinma 2013-03-24 20:48:09 +01:00
parent b1e0894fd7
commit 3d64c4996a

View file

@ -159,7 +159,7 @@ namespace Connector_HTTP {
}
}
if (HTTP_R.Read(conn.Received().get())){
#if DEBUG >= 4
#if DEBUG >= 5
std::cout << "Received request: " << HTTP_R.getUrl() << std::endl;
#endif
conn.setHost(HTTP_R.GetHeader("X-Origin"));