- Timestamp:
- 04/27/08 10:22:50 (16 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/support/firmware/fireworks-downloader.cpp
r1014 r1053 177 177 178 178 if (node_id < 0) { 179 printMessage("Could not find device with GUID 0x%016 X\n", guid);179 printMessage("Could not find device with GUID 0x%016llX\n", guid); 180 180 return -1; 181 181 }