mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 18:24:48 +00:00
Use trace() instead of printf().
This commit is contained in:
parent
ad1fbf2e5a
commit
d8c5f2bd4b
@ -239,7 +239,7 @@ void InternetOpenUrlA_test(void)
|
||||
totalbytes += readbytes;
|
||||
while (readbytes && InternetReadFile(myhttp, buffer,0x400,&readbytes))
|
||||
totalbytes += readbytes;
|
||||
printf("read 0x%08lx bytes\n",totalbytes);
|
||||
trace("read 0x%08lx bytes\n",totalbytes);
|
||||
}
|
||||
|
||||
void InternetCrackUrl_test(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user