mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
replacing fancy bullets (which chardet incorrectly guesses is a chinese character) with asterisks
sr=smfr not part of the build (the ifdef isn't defined)
This commit is contained in:
parent
188f34553c
commit
5957d55507
@ -351,7 +351,7 @@ PRBool nsMacMessagePump::BrowserIsBusy()
|
||||
static PRBool wasBusy;
|
||||
if (isBusy != wasBusy)
|
||||
{
|
||||
printf("¤¤ Message pump became %s at %ld (next idle %ld)\n", isBusy ? "busy" : "idle", ::TickCount(), sNextIdleTicks);
|
||||
printf("*** Message pump became %s at %ld (next idle %ld)\n", isBusy ? "busy" : "idle", ::TickCount(), sNextIdleTicks);
|
||||
wasBusy = isBusy;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user