Changeset c1694b6b in mainline for uspace/app/trace/ipcp.c


Ignore:
Timestamp:
2017-12-08T21:03:35Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f77c1c9
Parents:
9eb1ff5
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-07 18:20:13)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-08 21:03:35)
Message:

Add str_error() in numerous places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/ipcp.c

    r9eb1ff5 rc1694b6b  
    3535#include <stdio.h>
    3636#include <stdlib.h>
     37#include <str_error.h>
    3738#include <inttypes.h>
    3839#include <adt/hash_table.h>
     
    347348{
    348349        if ((display_mask & DM_SYSTEM) != 0) {
    349                 printf("Hang phone %d up -> %d\n", phone, rc);
     350                printf("Hang phone %d up -> %s\n", phone, str_error_name(rc));
    350351                ipcp_connection_clear(phone);
    351352        }
Note: See TracChangeset for help on using the changeset viewer.