fix compile with DEBUG on by changing arguments to PRINT_OBJECT

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4281 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-08-15 19:07:27 +00:00
parent 77c4490299
commit c0ecc31328
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ MultiAudioNode::MultiAudioNode(BMediaAddOn *addon, char* name, MultiAudioDevice
* (fPreferredFormat.u.raw_audio.format & media_raw_audio_format::B_AUDIO_SIZE_MASK)
* fPreferredFormat.u.raw_audio.channel_count;
PRINT_OBJECT(config);
PRINT_OBJECT(*config);
fInitCheckStatus = B_OK;
}
@ -1903,7 +1903,7 @@ MultiAudioNode::GetConfigurationFor(BMessage * into_message)
}
}
PRINT_OBJECT(into_message);
PRINT_OBJECT(*into_message);
return B_OK;
}