[aseprite] 155/308: Fix logging string in GuiXml() ctor

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 5e67441af3efd39d7c0a7c365f7ec6ba0321db78
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Dec 22 20:10:01 2015 -0300

    Fix logging string in GuiXml() ctor
---
 src/app/gui_xml.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/gui_xml.cpp b/src/app/gui_xml.cpp
index 0518d75..31c5a89 100644
--- a/src/app/gui_xml.cpp
+++ b/src/app/gui_xml.cpp
@@ -29,7 +29,7 @@ GuiXml* GuiXml::instance()
 
 GuiXml::GuiXml()
 {
-  LOG("Loading gui.xml file...");
+  LOG("Loading gui.xml file...\n");
 
   ResourceFinder rf;
   rf.includeDataDir("gui.xml");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list