tst_qnetworkreply: Print proxy warning to stderr instead of stdout
This way we produce valid xml also for the no-proxy case. Change-Id: I5a277255d22c3814fe463c0cd013c04ddc6ad919 Reviewed-by: André Hartmann <aha_1980@gmx.de>bb10
parent
6839d297b3
commit
d29aaf598a
|
|
@ -1312,9 +1312,9 @@ tst_QNetworkReply::tst_QNetworkReply()
|
|||
"+socksauth", true);
|
||||
} else {
|
||||
#endif // !QT_NO_NETWORKPROXY
|
||||
printf("==================================================================\n");
|
||||
printf("Proxy could not be looked up. No proxy will be used while testing!\n");
|
||||
printf("==================================================================\n");
|
||||
fprintf(stderr, "==================================================================\n");
|
||||
fprintf(stderr, "Proxy could not be looked up. No proxy will be used while testing!\n");
|
||||
fprintf(stderr, "==================================================================\n");
|
||||
#ifndef QT_NO_NETWORKPROXY
|
||||
}
|
||||
#endif // !QT_NO_NETWORKPROXY
|
||||
|
|
|
|||
Loading…
Reference in New Issue