summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command_proc_show_vpn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_proc_show_vpn.cc b/src/command_proc_show_vpn.cc
index b81a8ce..252c27e 100644
--- a/src/command_proc_show_vpn.cc
+++ b/src/command_proc_show_vpn.cc
@@ -62,7 +62,7 @@ int main(int argc, char ** argv) {
}
if (xml_out.empty() == true) {
- cout << "no xml reason: " << reason << endl;
+ cout << reason << endl;
exit(0);
}