- Timestamp:
- 11/22/09 09:05:16 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/support/firmware/fireworks-downloader.cpp
r1721 r1722 23 23 */ 24 24 25 #include "fbtypes.h" 25 26 #include "downloader.h" 26 27 … … 213 214 214 215 if (node_id < 0) { 215 printMessage("Could not find device with GUID 0x%016 lX\n", guid);216 printMessage("Could not find device with GUID 0x%016"PRIX64"\n", guid); 216 217 return -1; 217 218 }
