gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9699: add threading option to dump o


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9699: add threading option to dump output.
Date: Wed, 05 Nov 2008 18:27:36 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9699
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-11-05 18:27:36 -0700
message:
  add threading option to dump output.
modified:
  cygnal/crc.cpp
=== modified file 'cygnal/crc.cpp'
--- a/cygnal/crc.cpp    2008-11-03 19:27:59 +0000
+++ b/cygnal/crc.cpp    2008-11-06 01:27:36 +0000
@@ -244,6 +244,8 @@
     cerr << "\tActionScript coding errors verbosity: "
          << ((_verboseASCodingErrors)?"enabled":"disabled") << endl;
     cerr << "\tPort Offset: " << _port_offset << endl;
+    cerr << "\tThreading support: "
+         << ((_threading)?"enabled":"disabled") << endl;
     cerr << "\tSpecial Testing output for Gnash: "
          << ((_testing)?"enabled":"disabled") << endl;
 


reply via email to

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