OSSP CVS Repository

ossp - Check-in [4200]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4200
Date: 2001-Jul-16 20:28:32 (local)
2001-Jul-16 18:28:32 (UTC)
User:simons
Branch:
Comment: Improved clarity of debug message.
Tickets:
Inspections:
Files:
ossp-pkg/xds/vencode.c      1.5 -> 1.6     1 inserted, 1 deleted

ossp-pkg/xds/vencode.c 1.5 -> 1.6

--- vencode.c    2001/07/16 17:50:07     1.5
+++ vencode.c    2001/07/16 18:28:32     1.6
@@ -61,7 +61,7 @@
         assert(rc == XDS_OK || rc == XDS_ERR_NO_MEM);
         if (rc != XDS_OK)
             return rc;
-        printf("Enlarged buffer to %d byte.\n", xds->buffer_capacity);
+        printf("Setting up buffer with capacity %d byte.\n", xds->buffer_capacity);
         xds->buffer_len    = 0;
         xds->we_own_buffer = (1==1);
         }

CVSTrac 2.0.1