/branches/network/uspace/srv/net/module.c |
---|
1,5 → 1,5 |
/* |
* Copyright (c) 2008 Lukas Mejdrech |
* Copyright (c) 2009 Lukas Mejdrech |
* All rights reserved. |
* |
* Redistribution and use in source and binary forms, with or without |
103,7 → 103,7 |
printf("\nTask %d - ", task_get_id()); |
module_print_name(); |
if( ERROR_OCCURED( module_start( client_connection ))){ |
if( ERROR_OCCURRED( module_start( client_connection ))){ |
printf( " - ERROR %i", ERROR_CODE ); |
return ERROR_CODE; |
} |