Changeset 1bcb666 in code for icb.c


Ignore:
Timestamp:
Mar 13, 2014, 11:16:21 AM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
de86230
Parents:
fe81e9a
Message:

Change the "Bummer" message to the more informative one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    rfe81e9a r1bcb666  
    7575{
    7676        char *msg = is->buffer;
    77         char type;
     77        unsigned char type;
    7878
    7979        is->last = getmonotime();
     
    130130        default:
    131131                /* everything else is not valid */
    132                 icb_error(is, "Bummer. This is a bummer, man.");
     132                icb_error(is, "Undefined message type %u", type);
    133133        }
    134134}
Note: See TracChangeset for help on using the changeset viewer.