summaryrefslogtreecommitdiffstats
path: root/src/sp-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-factory.cpp')
-rw-r--r--src/sp-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-factory.cpp b/src/sp-factory.cpp
index 55e673c4a..84329eaaf 100644
--- a/src/sp-factory.cpp
+++ b/src/sp-factory.cpp
@@ -297,7 +297,7 @@ SPObject *SPFactory::createObject(std::string const& id)
else if (id.empty()) // comments
{}
else {
- fprintf(stderr, "WARNING: unknown type: %s", id.c_str());
+ fprintf(stderr, "WARNING: unknown type: %s\n", id.c_str());
}
return ret;