CVSROOT: /sources/gnash Module name: gnash Branch: release_0_8_2_rc1 Changes by: Sandro Santilli <strk> 08/02/21 14:30:38
Modified files: libbase : log.h Log message: Name 'log' argument as advertised by dox CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.65.2.1&r2=1.65.2.2 Patches: Index: log.h =================================================================== RCS file: /sources/gnash/gnash/libbase/log.h,v retrieving revision 1.65.2.1 retrieving revision 1.65.2.2 diff -u -b -r1.65.2.1 -r1.65.2.2 --- log.h 21 Feb 2008 05:29:14 -0000 1.65.2.1 +++ log.h 21 Feb 2008 14:30:38 -0000 1.65.2.2 @@ -75,7 +75,7 @@ /// @param msg /// The message string ie: "bah" for "ERROR: bah" /// - void log(const std::string& msg1, const std::string& msg2); + void log(const std::string& label, const std::string& msg); /// Intended for use by log_*(). Thread-safe (locks _ioMutex) // _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit