(mobupdate): Don't print '\r' after '\n'.
This commit is contained in:
parent
aaf19dd6ab
commit
c051c5f58d
1 changed files with 2 additions and 2 deletions
|
@ -87,14 +87,14 @@ mobupdate(void)
|
||||||
update_all_mob();
|
update_all_mob();
|
||||||
updating_mob = 1;
|
updating_mob = 1;
|
||||||
} else if (updating_mob == 1) {
|
} else if (updating_mob == 1) {
|
||||||
pr("Turning off mobility updating.\n\r");
|
pr("Turning off mobility updating.\n");
|
||||||
pr("Mobility updating will come back on around %s",
|
pr("Mobility updating will come back on around %s",
|
||||||
ctime(×tamps.starttime));
|
ctime(×tamps.starttime));
|
||||||
pr("within 3 minutes, depending on when the server checks.");
|
pr("within 3 minutes, depending on when the server checks.");
|
||||||
update_all_mob();
|
update_all_mob();
|
||||||
updating_mob = 0;
|
updating_mob = 0;
|
||||||
} else if (updating_mob == 0) {
|
} else if (updating_mob == 0) {
|
||||||
pr("Mobility updating is already off.\n\r");
|
pr("Mobility updating is already off.\n");
|
||||||
pr("Mobility updating will come back on around %s",
|
pr("Mobility updating will come back on around %s",
|
||||||
ctime(×tamps.starttime));
|
ctime(×tamps.starttime));
|
||||||
pr("within 3 minutes, depending on when the server checks.");
|
pr("within 3 minutes, depending on when the server checks.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue