Changeset aef48ce in mainline for uspace/lib/ipcgfx/src/server.c


Ignore:
Timestamp:
2020-07-02T11:52:30Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a1c75e
Parents:
de19d4a
git-author:
Jiri Svoboda <jiri@…> (2020-07-01 18:46:05)
git-committer:
Jiri Svoboda <jiri@…> (2020-07-02 11:52:30)
Message:

Fix date and debug prints (thx Jakub)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ipcgfx/src/server.c

    rde19d4a raef48ce  
    161161        srvbmp->bmp = bitmap;
    162162        srvbmp->bmp_id = srvgc->next_bmp_id++;
    163         printf("gc_bitmap_create_srv: storing bmp_id=%u\n",
    164             (unsigned) srvbmp->bmp_id);
    165163
    166164        /* We created the memory area by sharing it in */
     
    255253        srvbmp->pixels = alloc.pixels; // Not really needed
    256254
    257         printf("gc_bitmap_create_doutput_srv: storing bmp_id=%u\n",
    258             (unsigned) srvbmp->bmp_id);
    259 
    260255        async_answer_1(icall, EOK, srvbmp->bmp_id);
    261256}
     
    340335        async_accept_0(icall);
    341336
    342         printf("gc_conn: accepted connection\n");
    343337        srvgc.gc = gc;
    344338        list_initialize(&srvgc.bitmaps);
Note: See TracChangeset for help on using the changeset viewer.