Changeset 1014
- Timestamp:
- 04/23/08 13:19:57 (13 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/support/firmware/fireworks-downloader.cpp
r1011 r1014 213 213 if ( strcmp( args->args[0], "display" ) == 0 ) { 214 214 // nothing to do 215 if (args->verbose < DEBUG_LEVEL_INFO) { 216 dev->setVerboseLevel(DEBUG_LEVEL_INFO); 217 } 215 218 dev->showDevice(); 216 219 } else if (strcmp( args->args[0], "download" ) == 0) {