gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9968: drop newline in debug message.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9968: drop newline in debug message.
Date: Wed, 04 Feb 2009 14:18:47 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9968
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2009-02-04 14:18:47 -0700
message:
  drop newline in debug message.
modified:
  libamf/element.cpp
=== modified file 'libamf/element.cpp'
--- a/libamf/element.cpp        2008-12-31 04:01:32 +0000
+++ b/libamf/element.cpp        2009-02-04 21:18:47 +0000
@@ -1473,11 +1473,11 @@
     
     os << astype_str[_type] << ": ";
     if (_name) {
-       os << " property name is: " << _name << ", ";
+       os << " property name is: \"" << _name << "\", ";
     } else {
        os << "(no name)";
     }
-    os << endl << "data length is " << getDataSize() << endl;
+    os << "data length is " << getDataSize() << endl;
 
 
     switch (_type) {


reply via email to

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