mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
fixed typo in progress notification...
This commit is contained in:
parent
7df3c4c57c
commit
b6afa84a20
@ -222,7 +222,7 @@ DocObserver::OnProgress(PRInt32 aProgress, PRInt32 aProgressMax,
|
||||
{
|
||||
fputs("[progress ", stdout);
|
||||
fputs(mURL, stdout);
|
||||
printf(" %d %d %s]\n", aProgressMax, aProgressMax,
|
||||
printf(" %d %d %s]\n", aProgress, aProgressMax,
|
||||
aMsg ? aMsg : "");
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user