Changeset 6aae7a3b in mainline


Ignore:
Timestamp:
2008-09-14T14:57:05Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
211b0c13
Parents:
de9c5cb
Message:

Take debug printfs out of cat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/cat/cat.c

    rde9c5cb r6aae7a3b  
    122122        }
    123123
    124         /* Debug stuff, newline not added purposefully */
    125         printf("** %s is a file with the size of %ld bytes\n",
    126                 fname, total);
    127         printf( "** %d bytes were read in a buffer of %d bytes in %d reads\n",
    128                 count, blen, reads);
    129         printf("** Read %s\n", count == total ? "Succeeded" : "Failed");
    130124        free(buff);
    131125
Note: See TracChangeset for help on using the changeset viewer.