gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9960: make less vesbose when corrupt


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9960: make less vesbose when corrupting the file for testing.
Date: Sat, 31 Jan 2009 17:23:06 +1100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9960
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-01-31 17:23:06 +1100
message:
  make less vesbose when corrupting the file for testing.
modified:
  libamf/buffer.cpp
=== modified file 'libamf/buffer.cpp'
--- a/libamf/buffer.cpp 2009-01-18 06:57:22 +0000
+++ b/libamf/buffer.cpp 2009-01-31 06:23:06 +0000
@@ -771,7 +771,7 @@
        boost::uniform_int<> location(0, _nbytes);
        int pos = location(seed);
        
-       log_debug("Creating error at %d in the buffer", pos);
+//     log_debug("Creating error at %d in the buffer", pos);
        // Create a random new value for the byte
        boost::uniform_int<> shift(1, 256);
        int newval = shift(seed);


reply via email to

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