Changeset 1306

Show
Ignore:
Timestamp:
11/27/07 14:33:53 (9 months ago)
Author:
aknudsen
Message:

Added debugging message to JACK back-end

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/src/hostapi/jack/pa_jack.c

    r1276 r1306  
    730730         * detects that it cannot be used, it should return a NULL 
    731731         * interface and paNoError */ 
     732        PA_DEBUG(( "%s: Couldn't connect to JACK, status: %d\n", __FUNCTION__, jackStatus )); 
    732733        result = paNoError; 
    733734        goto error;