Changeset 123 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Sep 1, 2011, 3:34:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r122 r123 317 317 318 318 /* print initialization message */ 319 c vprintf(init_msg, drv_name, VERSION / 100, VERSION % 100);319 ciprintf(init_msg, drv_name, VERSION / 100, VERSION % 100); 320 320 321 321 #ifdef ECS_BUILD 322 c vprintf("This driver is licensed for use only in conjunction with eComStation.");322 ciprintf("This driver is licensed for use only in conjunction with eComStation."); 323 323 #endif 324 324 … … 362 362 } else { 363 363 /* no adapters found */ 364 c vprintf(" No adapters found.\n");364 ciprintf(" No adapters found.\n"); 365 365 } 366 366 … … 380 380 } 381 381 382 c vprintf(exit_msg, drv_name);382 ciprintf(exit_msg, drv_name); 383 383 return(STDON | ERROR_I24_QUIET_INIT_FAIL); 384 384 }
Note:
See TracChangeset
for help on using the changeset viewer.