aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/main.cc')
-rw-r--r--plpftp/main.cc2
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;