Changeset 1333

Show
Ignore:
Timestamp:
09/23/08 02:13:16 (15 years ago)
Author:
ppalmers
Message:

closes #151: fix typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/dice/dice_avdevice.cpp

    r1332 r1333  
    10931093        int isochannel=allocateIsoChannel(p->getMaxPacketSize()); 
    10941094        if(isochannel<0) { 
    1095             debugError("Could not allocate iso channel for SP %d (ATX %d)\n",i,n); 
     1095            debugError("Could not allocate iso channel for SP %d (ARX %d)\n",i,n); 
    10961096            return false; 
    10971097        }