Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4306 → Rev 4307

/branches/network/uspace/srv/net/module.c
101,10 → 101,11
int main( int argc, char * argv[] ){
ERROR_DECLARE;
 
printf("\nTask %d - ", task_get_id());
printf("Task %d - ", task_get_id());
module_print_name();
printf( "\n" );
if( ERROR_OCCURRED( module_start( client_connection ))){
printf( " - ERROR %i", ERROR_CODE );
printf( " - ERROR %i\n", ERROR_CODE );
return ERROR_CODE;
}
return EOK;