remove extra parameter from debug statement to prevent pointer error
This commit is contained in:
parent
fe733fde8d
commit
e430a7cc36
1 changed files with 1 additions and 1 deletions
|
|
@ -1506,7 +1506,7 @@ const PaStreamInfo* Pa_GetStreamInfo( PaStream *stream )
|
|||
result = 0;
|
||||
|
||||
PA_LOGAPI(("Pa_GetStreamInfo returned:\n" ));
|
||||
PA_LOGAPI(("\tconst PaStreamInfo*: 0 [PaError error:%d ( %s )]\n", result, error, Pa_GetErrorText( error ) ));
|
||||
PA_LOGAPI(("\tconst PaStreamInfo*: 0 [PaError error:%d ( %s )]\n", error, Pa_GetErrorText( error ) ));
|
||||
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue