summaryrefslogtreecommitdiff
path: root/switchctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'switchctl.c')
-rw-r--r--switchctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/switchctl.c b/switchctl.c
index a2d79b2..3a259fc 100644
--- a/switchctl.c
+++ b/switchctl.c
@@ -451,7 +451,7 @@ int main(int argc, char* argv[])
}
string_list_element_t* tmp = opt.log_targets_.first_;
if(!tmp) {
- log_add_target("syslog:3,rhctl,daemon");
+ log_add_target("syslog:3,switchctl,daemon");
}
else {
while(tmp) {