summaryrefslogtreecommitdiff
path: root/switchctl.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-09 17:07:17 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-09 17:07:17 (GMT)
commit68d3b7892deb793f2d911bf825fb3e6116267c24 (patch)
tree6f001104a4aa724a9a8724fa13f522e92c17d705 /switchctl.c
parentf52938f7456d51577fbd1ba8e93a327cc818f095 (diff)
cleaned up configure script
fixed spelling error added inital openwrt package
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) {