Changes in uspace/lib/block/libblock.c [7e752b2:991f645] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.c
r7e752b2 r991f645 816 816 UPPER32(ba), cnt); 817 817 if (rc != EOK) { 818 printf("Error %d reading % zublocks starting at block %" PRIuOFF64819 " from device handle % " PRIun "\n", rc, cnt, ba,818 printf("Error %d reading %d blocks starting at block %" PRIuOFF64 819 " from device handle %d\n", rc, cnt, ba, 820 820 devcon->devmap_handle); 821 821 #ifndef NDEBUG … … 843 843 UPPER32(ba), cnt); 844 844 if (rc != EOK) { 845 printf("Error %d writing % zublocks starting at block %" PRIuOFF64846 " to device handle % " PRIun "\n", rc, cnt, ba, devcon->devmap_handle);845 printf("Error %d writing %d blocks starting at block %" PRIuOFF64 846 " to device handle %d\n", rc, cnt, ba, devcon->devmap_handle); 847 847 #ifndef NDEBUG 848 848 stacktrace_print();
Note:
See TracChangeset
for help on using the changeset viewer.