Show
Ignore:
Timestamp:
05/24/08 09:59:37 (3 months ago)
Author:
mwhitworth
Message:

Add to moduleadd error code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/user/system/moduleadd.c

    r440 r551  
    4444        /* Check ret. */ 
    4545        if (ret) 
    46                 printf("moduleadd: Error adding module to kernel: %s\n", strerror(ret)); 
     46                printf("moduleadd: Error adding module %s to kernel: %s\n", name, strerror(ret)); 
    4747 
    4848        return ret;