Changeset 219


Ignore:
Timestamp:
06/05/09 16:29:12 (3 years ago)
Author:
rkuck
Message:

Made info line a bit more readable in avango.daemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-daemon/src/avango/daemon/HIDInput.cpp

    r21 r219  
    9696    return false; 
    9797  } 
    98   logger.info() << "open: found device " << device_info.vendor 
    99                 << device_info.product 
    100                 << mTty.c_str() 
    101                 << " on " << mFd; 
     98  logger.info() << "open: found device " 
     99                << std::hex << device_info.vendor << ":" 
     100                << std::hex << device_info.product 
     101                << " on " << mTty.c_str() 
     102                << " (fd: " << mFd << ")"; 
    102103  return true; 
    103104} 
Note: See TracChangeset for help on using the changeset viewer.