summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/cache_frame.c
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-02-11 15:47:25 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-02-11 15:47:25 +0000
commitc581601ea3f669226770a6c6625b9a40c9da0c83 (patch)
tree79976e2451b6b22c974cbb49c97ea33595baefab /recordmydesktop/src/cache_frame.c
parent10bf79229fb7c4d9ba8a1a80a87ac43d0b1ddc1c (diff)
message formating changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@492 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/src/cache_frame.c')
-rw-r--r--recordmydesktop/src/cache_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/cache_frame.c b/recordmydesktop/src/cache_frame.c
index ae33bba..0899483 100644
--- a/recordmydesktop/src/cache_frame.c
+++ b/recordmydesktop/src/cache_frame.c
@@ -253,7 +253,7 @@ void *CacheImageBuffer(ProgData *pdata){
pdata->brwin.rgeom.width*pdata->brwin.rgeom.height)>>20);
if(total_received_bytes){
fprintf(stderr,"\n*********************************************\n"
- "\nCached %d MB, from %d MB that were received.\n"
+ "\nCached %u MB, from %u MB that were received.\n"
"Average cache compression ratio: %u %%\n"
"\n*********************************************\n",
total_bytes,
© All Rights Reserved