gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase log.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase log.h
Date: Wed, 13 Dec 2006 12:05:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/13 12:05:54

Modified files:
        libbase        : log.h 

Log message:
        Updated TODO lines above IF_VERBOSE_ASCODING_ERROR and 
IF_VERBOSE_MALFORMED_SWF macros.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.38&r2=1.39

Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- log.h       13 Dec 2006 12:00:06 -0000      1.38
+++ log.h       13 Dec 2006 12:05:54 -0000      1.39
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: log.h,v 1.38 2006/12/13 12:00:06 strk Exp $ */
+/* $Id: log.h,v 1.39 2006/12/13 12:05:54 strk Exp $ */
 
 #ifndef GNASH_LOG_H
 #define GNASH_LOG_H
@@ -220,14 +220,14 @@
 #endif
 
 #ifdef VERBOSE_ASCODING_ERRORS
-// TODO: add a getActionDebug() method to LogFile and use it
+// TODO: check if it's worth to check verbosity level too...
 #define IF_VERBOSE_ASCODING_ERRORS(x) { if ( 
RcInitFile::getDefaultInstance().showASCodingErrors() ) { x; } } while (0);
 #else
 #define IF_VERBOSE_ASCODING_ERRORS(x)
 #endif
 
 #ifdef VERBOSE_MALFORMED_SWF
-// TODO: add a getSWFDebug() method to LogFile and use it
+// TODO: check if it's worth to check verbosity level too... 
 #define IF_VERBOSE_MALFORMED_SWF(x) { if ( 
RcInitFile::getDefaultInstance().showMalformedSWFErrors() ) { x; } } while (0);
 #else
 #define IF_VERBOSE_MALFORMED_SWF(x)




reply via email to

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