]> git.pond.sub.org Git - empserver/commitdiff
(mobupdate): Don't print '\r' after '\n'.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 9 Jun 2005 22:22:53 +0000 (22:22 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 9 Jun 2005 22:22:53 +0000 (22:22 +0000)
src/lib/commands/mobu.c

index ed73bbbe726e80707a7579385ff250bf3242cb59..0a6549ab1b312586559050cd67fcd8021f58aaef 100644 (file)
@@ -87,14 +87,14 @@ mobupdate(void)
            update_all_mob();
            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",
               ctime(&timestamps.starttime));
            pr("within 3 minutes, depending on when the server checks.");
            update_all_mob();
            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",
               ctime(&timestamps.starttime));
            pr("within 3 minutes, depending on when the server checks.");