Changeset 1797

Show
Ignore:
Timestamp:
02/11/10 01:46:06 (2 years ago)
Author:
jwoithe
Message:

MOTU: add some commented out code which could be used for future debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp

    r1784 r1797  
    511511                    break; 
    512512                default: 
     513                    // Uncomment to debug unknown keys 
     514                    // debugOutput(DEBUG_LEVEL_VERBOSE, "Unknown MOTU key %d, value %d\n", 
     515                    //   control_key, (signed int)(*arg)); 
     516 
    513517                    // Ignore any unknown keys or those we don't care about, at 
    514518                    // least for now.