X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=backend%2Frunloop.c;fp=backend%2Frunloop.c;h=b76decc03690b9978f772fafd482da1e2f35207a;hb=4d301e694f72b03ab2b6c8189387bd7076a3a2ea;hp=d5de2e4c325e77b8f01004325368d70ef731d7df;hpb=b226ab99134159fff1c3192d3bf22d2652db386b;p=thirdparty%2Fcups.git diff --git a/backend/runloop.c b/backend/runloop.c index d5de2e4c3..b76decc03 100644 --- a/backend/runloop.c +++ b/backend/runloop.c @@ -3,7 +3,7 @@ * * Common run loop APIs for the Common UNIX Printing System (CUPS). * - * Copyright 2007-2008 by Apple Inc. + * Copyright 2007-2009 by Apple Inc. * Copyright 2006-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -254,7 +254,7 @@ backendRunLoop( else if (errno == EINTR && total_bytes == 0) { fputs("DEBUG: Received an interrupt before any bytes were " - "written, aborting!\n", stderr); + "written, aborting\n", stderr); return (0); } @@ -288,7 +288,7 @@ backendRunLoop( if ((bc_bytes = read(device_fd, bc_buffer, sizeof(bc_buffer))) > 0) { fprintf(stderr, - "DEBUG: Received " CUPS_LLFMT " bytes of back-channel data!\n", + "DEBUG: Received " CUPS_LLFMT " bytes of back-channel data\n", CUPS_LLCAST bc_bytes); cupsBackChannelWrite(bc_buffer, bc_bytes, 1.0); } @@ -354,7 +354,7 @@ backendRunLoop( if (paperout != 1) { fputs("STATE: +media-empty-warning\n", stderr); - _cupsLangPuts(stderr, _("ERROR: Out of paper!\n")); + _cupsLangPuts(stderr, _("ERROR: Out of paper\n")); paperout = 1; } }