traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/core Information.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/core Information.cpp
Date: Mon, 02 Apr 2007 20:51:45 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/04/02 20:51:45

Modified files:
        src/core       : Information.cpp 

Log message:
        also spit out message string on command line for warning type messages

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/Information.cpp?cvsroot=traverso&r1=1.2&r2=1.3

Patches:
Index: Information.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/Information.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Information.cpp     15 Feb 2007 23:10:44 -0000      1.2
+++ Information.cpp     2 Apr 2007 20:51:45 -0000       1.3
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
  
-    $Id: Information.cpp,v 1.2 2007/02/15 23:10:44 r_sijrier Exp $
+    $Id: Information.cpp,v 1.3 2007/04/02 20:51:45 r_sijrier Exp $
 */
 
 #include "Information.h"
@@ -37,7 +37,7 @@
         InfoStruct s;
         s.message = mes;
         s.type = INFO;
-       PMESG("Information::information %s", QS_C(mes));
+       PWARN("Information::information %s", QS_C(mes));
        emit message(s);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]