IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 5:47:49 PM (19 years ago)
Author:
eugene
Message:

cleanup kapa messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/kapa2/src/CheckVisual.c

    r13320 r13437  
    158158    /* make private colormap  */
    159159    if (graphic[0].Npixels < 16) {
    160       fprintf (stderr, "can't allocate enough cells, using private colormap\n");
     160      // fprintf (stderr, "can't allocate enough cells, using private colormap\n");
    161161      graphic[0].colormap = XCreateColormap (graphic[0].display, RootWindow (graphic[0].display, graphic[0].screen), graphic[0].visual, AllocNone);
    162162      for (graphic[0].Npixels = NPIXELS;
     
    178178  if (!dyn) {
    179179    graphic[0].Npixels = 256;
    180     fprintf (stderr, "can't use dynamic colors, color scrollbar inactive\n");
    181     fprintf (stderr, " this can be avoided by using a dynamic visual class\n");
    182     fprintf (stderr, " (see Kii help page for details)\n");
     180    // fprintf (stderr, "can't use dynamic colors, color scrollbar inactive\n");
     181    // fprintf (stderr, " this can be avoided by using a dynamic visual class\n");
     182    // fprintf (stderr, " (see Kii help page for details)\n");
    183183  }
    184184
Note: See TracChangeset for help on using the changeset viewer.