Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    re35bf88 r63f8966  
    746746        if (!hash_table_create(&conn_hash_table, CONN_HASH_TABLE_CHAINS, 1,
    747747            &conn_hash_table_ops)) {
    748                 printf("%s: Cannot create async hash table\n", "libc");
     748                printf("%s: cannot create hash table\n", "async");
    749749                return ENOMEM;
    750750        }
Note: See TracChangeset for help on using the changeset viewer.