diff options
author | Andras Timar <atimar@suse.com> | 2012-11-27 13:52:18 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-27 14:35:52 +0100 |
commit | a511a4f2a9e911ba2a8cd8bc452e1fc80d9462d8 (patch) | |
tree | b4f1d11676bdd9ecd26cf2ce363eb6d03c8644b0 /l10ntools | |
parent | bfeeed3e986f3ce5090d5a03c50546cbda3b99e6 (diff) |
add \n to end of warning message
Change-Id: I6c6f75d7e6fb4379db09a9c155eea9a0cb22ea0f
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/merge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 2245c6ae481e..98334beefd90 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -156,7 +156,7 @@ MergeDataFile::MergeDataFile( std::ifstream aInputStream( rFileName.getStr() ); if ( !aInputStream.is_open() ) { - printf("Warning : Can't open po path container file"); + printf("Warning : Can't open po path container file\n"); return; } std::string sPoFile; |