diff options
author | Fritz Elfert <felfert@to.com> | 2001-02-07 00:17:57 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2001-02-07 00:17:57 +0000 |
commit | 525e42374b0d22fb5529a2c8f39d27d4b542583c (patch) | |
tree | 093752bf4aeb04988b8242faf335e664f9496e33 /plpftp | |
parent | d7e9657a4a70e7bffadcb962fc0411c337052365 (diff) | |
download | plptools-525e42374b0d22fb5529a2c8f39d27d4b542583c.tar.gz plptools-525e42374b0d22fb5529a2c8f39d27d4b542583c.tar.bz2 plptools-525e42374b0d22fb5529a2c8f39d27d4b542583c.zip |
Use new error-reporting facility from rfsvfactory.
Diffstat (limited to 'plpftp')
-rw-r--r-- | plpftp/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plpftp/main.cc b/plpftp/main.cc index ca3bcaa..8c23311 100644 --- a/plpftp/main.cc +++ b/plpftp/main.cc @@ -105,7 +105,7 @@ main(int argc, char **argv) delete r; delete a; } else { - cout << "plpftp: could not create rfsv object" << endl; + cerr << "plpftp: " << rf->getError() << endl; status = 1; } return status; |