diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-16 14:38:14 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-16 14:38:14 +0000 |
| commit | e1d54b6b3a95b37e2e8e807387a725fe5d202c2c (patch) | |
| tree | 77a61e8d0e0b509f6f3eac764132e033a33bc2e1 /rotord/src/rendercontext.cpp | |
| parent | dd350193352573ac54c97c4b7c6256319cbe62f4 (diff) | |
context logging
Diffstat (limited to 'rotord/src/rendercontext.cpp')
| -rw-r--r-- | rotord/src/rendercontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index 0015488..6d76fbc 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -86,7 +86,7 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H s+=" "; } - Logger& logger = Logger::get("Rotor"); + Logger& logger = Logger::get(Log_name); status=HTTPResponse::HTTP_BAD_REQUEST; //error by default if (command.commands[1]=="resolution") { if (command.method=="PUT") { |
