Ignore:
Timestamp:
Oct 10, 2020, 6:38:47 PM (4 years ago)
Author:
alain
Message:

typos...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_nic.c

    r663 r668  
    384384        fdid_t   fdid       = hal_remote_l32( XPTR( socket_cxy , &socket_ptr->fdid ));
    385385
    386         printk("\n[ERROR] reported by %s : socket[%x,%d] / %s / cmd %s / error %s \n",
     386        printk("\n[WARNING] reported by %s : socket[%x,%d] / %s / cmd %s / status %s \n",
    387387        __FUNCTION__, pid, fdid, socket_state_str(sock_state),
    388388        socket_cmd_type_str(cmd_type), socket_cmd_sts_str(status) );
     
    425425        fdid_t   fdid       = hal_remote_l32( XPTR( socket_cxy , &socket_ptr->fdid ));
    426426
    427         printk("\n[ERROR] reported by %s : socket[%x,%d] / %s / cmd %s / error %s\n",
     427        printk("\n[WARNING] reported by %s : socket[%x,%d] / %s / cmd %s / status %s\n",
    428428        __FUNCTION__, pid, fdid, socket_state_str(sock_state),
    429429        socket_cmd_type_str(cmd_type), socket_cmd_sts_str(status) );
Note: See TracChangeset for help on using the changeset viewer.