diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-22 17:41:10 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-22 17:41:10 +0100 |
| commit | b7992bab3a5087bdfb1d2c25b1b3e0bad339b588 (patch) | |
| tree | f0527f8b9875434527daa463a63cae3f22e92a52 /rotord/src/rendercontext.cpp | |
| parent | f567fc4db536a2c513f2b9e357c511b3ecb39114 (diff) | |
building json loader
Diffstat (limited to 'rotord/src/rendercontext.cpp')
| -rw-r--r-- | rotord/src/rendercontext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index 0737b2d..8c1e847 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -209,8 +209,8 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H } else { status=HTTPResponse::HTTP_NOT_FOUND; - logger.error("ERROR: "+command.commands[0]+" not found"); - XML.addValue("error",command.commands[0]+" not found"); + logger.error("ERROR: "+command.body+" not found"); + XML.addValue("error",command.body+" not found"); } } } |
