[med-svn] [aghermann] 14/23: log rk1968 script name if empty
    andrei zavada 
    hmmr-guest at moszumanska.debian.org
       
    Wed Jan  4 22:59:25 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to tag 1.1.2
in repository aghermann.
commit f42dce96c52b68ce08d75077cbe535242b8306ae
Author: Andrei Zavada <hmmr at frdg>
Date:   Tue Jan 3 05:51:13 2017 +0200
    log rk1968 script name if empty
---
 upstream/src/aghermann/rk1968/rk1968.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upstream/src/aghermann/rk1968/rk1968.cc b/upstream/src/aghermann/rk1968/rk1968.cc
index 66ec05c..efab606 100644
--- a/upstream/src/aghermann/rk1968/rk1968.cc
+++ b/upstream/src/aghermann/rk1968/rk1968.cc
@@ -112,7 +112,7 @@ CScoreAssistant::
 compile()
 {
         if ( script_contents.empty() ) {
-                APPLOG_WARN ("no script to compile");
+                APPLOG_WARN ("no script to compile (\"%s\")", path().c_str());
                 status |= TFlags::ecompile;
                 return -1;
         }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
    
    
More information about the debian-med-commit
mailing list