aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-18 08:08:04 +0000
committerFritz Elfert <felfert@to.com>2002-03-18 08:08:04 +0000
commit1804e594abb7a795ea2cb223780d36e8e5dcd291 (patch)
tree80aa5e54fd276b26a93619af52a9a049b1a61d05 /plpftp
parentd5e2ee3065c6be51230668ff44eb85d58ca0ad58 (diff)
downloadplptools-1804e594abb7a795ea2cb223780d36e8e5dcd291.tar.gz
plptools-1804e594abb7a795ea2cb223780d36e8e5dcd291.tar.bz2
plptools-1804e594abb7a795ea2cb223780d36e8e5dcd291.zip
- Corrected entries in machineinfo
- Adapted plpftp and plpprops to new machineinfo - Translations.
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/ftp.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index 9323596..9a2e655 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -857,7 +857,10 @@ session(rfsv & a, rpcs & r, int xargc, char **xargv)
cout << _(" Status: ") << mi.backupBatteryStatus << endl;
cout << _(" Voltage: ") << mi.backupBatteryVoltage << " mV" << endl;
cout << _(" Max. voltage: ") << mi.backupBatteryMaxVoltage << " mV" << endl;
- cout << _(" Used for: ") << mi.backupBatteryUsedTime << endl;
+ cout << _("External power:") << endl;
+ cout << _(" Supplied: ")
+ << (mi.externalPower ? _("yes") : _("no")) << endl;
+ cout << _(" Used for: ") << mi.externalPowerUsedTime << endl;
continue;
}
if (!strcmp(argv[0], "runrestore") && (argc == 2)) {