IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20854


Ignore:
Timestamp:
Nov 26, 2008, 2:31:50 PM (17 years ago)
Author:
eugene
Message:

distinguish server busy messages...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/multicommand.c

    r19789 r20854  
    8888                exit (32);
    8989              default:
    90                 gprint (GP_ERR, "server is busy...\n");
     90                gprint (GP_ERR, "server is busy...32\n");
    9191                bufferPending = TRUE;
    9292                goto escape;
     
    101101                exit (33);
    102102              default:
    103                 gprint (GP_ERR, "server is busy...\n");
     103                gprint (GP_ERR, "server is busy...33\n");
    104104                bufferPending = TRUE;
    105105                goto escape;
     
    116116                exit (34);
    117117              default:
    118                 gprint (GP_ERR, "server is busy...\n");
     118                gprint (GP_ERR, "server is busy...34\n");
    119119                bufferPending = TRUE;
    120120                goto escape;
     
    131131                exit (35);
    132132              default:
    133                 gprint (GP_ERR, "server is busy...\n");
     133                gprint (GP_ERR, "server is busy...35\n");
    134134                bufferPending = TRUE;
    135135                goto escape;
Note: See TracChangeset for help on using the changeset viewer.