Changeset 551
- Timestamp:
- 05/24/08 09:59:37 (6 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/user/system/moduleadd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/user/system/moduleadd.c
r440 r551 44 44 /* Check ret. */ 45 45 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)); 47 47 48 48 return ret;