summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Parser.cpp')
-rw-r--r--cpp/src/IceGrid/Parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp
index 8d869cfa1f1..213d826e186 100644
--- a/cpp/src/IceGrid/Parser.cpp
+++ b/cpp/src/IceGrid/Parser.cpp
@@ -1728,13 +1728,13 @@ Parser::patchFailed(const Ice::StringSeq& reasons)
{
end = reason.size();
}
- out.nl();
+ out.newline();
out << reason.substr(beg, end - beg);
}
out.dec();
if(p + 1 != reasons.end())
{
- out.nl();
+ out.newline();
}
}
warning(os.str());