gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10326: simplified wording of a comm


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10326: simplified wording of a common error message
Date: Sat, 22 Nov 2008 17:33:02 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10326
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sat 2008-11-22 17:33:02 +0100
message:
  simplified wording of a common error message
modified:
  libcore/LoadVariablesThread.cpp
=== modified file 'libcore/LoadVariablesThread.cpp'
--- a/libcore/LoadVariablesThread.cpp   2008-09-04 11:14:32 +0000
+++ b/libcore/LoadVariablesThread.cpp   2008-11-22 16:33:02 +0000
@@ -126,8 +126,8 @@
        _bytesLoaded = _stream->tell();
        if ( _bytesTotal !=  _bytesLoaded )
        {
-               log_error("Size of stream variables were loaded from advertised 
to be %d bytes long,"
-                        " but turned out to be only %d bytes long",
+               log_error("Size of 'variables' stream advertised to be %d 
bytes,"
+                        " but turned out to be %d bytes.",
                        _bytesTotal, _bytesLoaded);
                _bytesTotal = _bytesLoaded;
        }


reply via email to

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