mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
OS/2 debug build bustage
This commit is contained in:
parent
d074071ae5
commit
0eb9ca0fd0
@ -166,7 +166,7 @@ nsFTPDirListingConv::OnDataAvailable(nsIRequest* request, nsISupports *ctxt,
|
||||
}
|
||||
|
||||
#ifndef DEBUG_dougt
|
||||
PR_LOG(gFTPDirListConvLog, PR_LOG_DEBUG, ("::OnData() received the following %d bytes...\n\n%s\n\n", streamLen, buffer) );
|
||||
PR_LOG(gFTPDirListConvLog, PR_LOG_DEBUG, ("::OnData() received the following %d bytes...\n\n%s\n\n", streamLen, buffer.get()) );
|
||||
#else
|
||||
printf("::OnData() received the following %d bytes...\n\n%s\n\n", streamLen, buffer);
|
||||
#endif // DEBUG_dougt
|
||||
|
Loading…
Reference in New Issue
Block a user