Changeset 1d03e86 in mainline for uspace/srv/net/udp/service.c


Ignore:
Timestamp:
2015-08-31T18:09:02Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bae1e1f
Parents:
cb0ca35
Message:

Fix formatting strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/service.c

    rcb0ca35 r1d03e86  
    685685        if (n != 0) {
    686686                log_msg(LOG_DEFAULT, LVL_WARN, "udp_client_conn: "
    687                     "Client with %zu active associations closed session.", n);
     687                    "Client with %lu active associations closed session.", n);
    688688                /* XXX Clean up */
    689689        }
Note: See TracChangeset for help on using the changeset viewer.