diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-10-29 14:45:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-10-29 14:45:49 +0000 |
| commit | 858cb95b8539f5695c5348c340b9f982d8b66719 (patch) | |
| tree | bed7d5c75de92d4b15d74311f6385aba7bac49da /rotord/src/rendercontext.cpp | |
| parent | 9fc8a2e7b770339b72c080cfa510c461706fe43c (diff) | |
making intensity segmenter
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 bba8d31..359116f 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -428,7 +428,7 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H } else { status=HTTPResponse::HTTP_BAD_REQUEST; - logger.error("ERROR: Could not print features for node "+features_node); + logger.error("ERROR: Could not print features for node /"+features_node+"/"); } } else { |
