gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9532: Added debug statement to a


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9532: Added debug statement to abc_block.cpp
Date: Mon, 1 Sep 2008 19:16:55 +0200

On Fri, Aug 29, 2008 at 08:11:17PM +0800, Tom Stellard wrote:
> ------------------------------------------------------------
> revno: 9532

> === modified file 'libcore/parser/abc_block.cpp'
> --- a/libcore/parser/abc_block.cpp    2008-08-27 05:25:49 +0000
> +++ b/libcore/parser/abc_block.cpp    2008-08-29 12:11:17 +0000
> @@ -90,6 +90,7 @@
>       }
>       case KIND_CLASS:
>       {
> +             LOG_DEBUG_ABC("Finalize class not implemented.");

The "standard" way for this is:

        LOG_ONCE ( log_unimpl("Finalize class") );

--strk;




reply via email to

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