зеркало из https://github.com/mozilla/pjs.git
Quiet please
This commit is contained in:
Родитель
96dd72a330
Коммит
fb8881c928
|
@ -291,7 +291,9 @@ static void bam_exit_routine(URL_Struct *URL_s, int status, MWContext *window_id
|
|||
if (NULL != URL_s) {
|
||||
nsConnectionInfo *pConn = (nsConnectionInfo *)URL_s->fe_data;
|
||||
|
||||
#ifdef NOISY
|
||||
printf("+++ Finished loading %s\n", URL_s->address);
|
||||
#endif
|
||||
PR_ASSERT(pConn);
|
||||
|
||||
/* Release the ConnectionInfo object held in the URL_Struct. */
|
||||
|
|
|
@ -461,7 +461,9 @@ NET_StreamBuilder (FO_Present_Types format_out,
|
|||
|
||||
/* Notify the data consumer that Binding is beginning...*/
|
||||
/* XXX: check result to terminate connection if necessary */
|
||||
#ifdef NOISY
|
||||
printf("+++ Created a stream for %s\n", URL_s->address);
|
||||
#endif
|
||||
if (pConn->pConsumer) {
|
||||
pConn->pConsumer->OnStartBinding();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче