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:
sspitzer%netscape.com 1999-07-13 23:37:09 +00:00
Родитель f0fa5fac4e
Коммит 3649363fc2
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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! */
}