IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13437


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

cleanup kapa messages

Location:
branches/kapa-mods-2007-05/Ohana/src
Files:
4 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
  • branches/kapa-mods-2007-05/Ohana/src/kapa2/src/CreatePicture.c

    r13320 r13437  
    5656  case 32:
    5757    REALLOCATE (image[0].picture.data, char, (4*image[0].picture.dx*image[0].picture.dy + 32));
    58     fprintf (stderr, "allocating %d for picture data\n", (4*image[0].picture.dx*image[0].picture.dy + 32));
    5958    memset (image[0].picture.data, 0xbd, 4*image[0].picture.dx*image[0].picture.dy + 30);
    6059    l = (unsigned int *) image[0].picture.data;
  • branches/kapa-mods-2007-05/Ohana/src/libkapa/src/IOfuncs.c

    r13409 r13437  
    7575  /* make the string easy to parse */
    7676
    77   fprintf (stderr, "message recv: %s\n", message);
     77  // fprintf (stderr, "message recv: %s\n", message);
    7878
    7979  /* scan the incoming message */
  • branches/kapa-mods-2007-05/Ohana/src/libkapa/src/KapaOpen.c

    r13409 r13437  
    33# define MY_PORT 2500
    44# define MY_WAIT 100000
    5 # define DEBUG 1
     5# define DEBUG 0
    66
    77static int Nvalid = 0;
Note: See TracChangeset for help on using the changeset viewer.