зеркало из https://github.com/mozilla/pjs.git
wrap with DEBUG_pnunn. pnunn owns bug #8244. the rest of us don't need
to see this message a billion times a day.
This commit is contained in:
Родитель
f0fa5fac4e
Коммит
3649363fc2
|
@ -244,8 +244,10 @@ NET_StreamBuilder (FO_Present_Types format_out,
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG_pnunn
|
||||
TRACEMSG(("Alert! did not find a converter or decoder\n"));
|
||||
FE_Alert(context, XP_GetString(XP_ALERT_CANTFIND_CONVERTER));
|
||||
#endif
|
||||
|
||||
return(0); /* Uh-oh. didn't find a converter. VERY VERY BAD! */
|
||||
}
|
||||
|
|
|
@ -243,8 +243,10 @@ NET_StreamBuilder (FO_Present_Types format_out,
|
|||
}
|
||||
}
|
||||
|
||||
#if DEBUG_pnunn
|
||||
TRACEMSG(("Alert! did not find a converter or decoder\n"));
|
||||
FE_Alert(context, XP_GetString(XP_ALERT_CANTFIND_CONVERTER));
|
||||
#endif
|
||||
|
||||
return(0); /* Uh-oh. didn't find a converter. VERY VERY BAD! */
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче