From 5850046cf4bf3146c7da097f9ff3dec01459b640 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 22 Feb 2009 07:51:26 +0000 Subject: moved LogErrno to AnytunErrno --- src/sysexec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysexec.hpp') diff --git a/src/sysexec.hpp b/src/sysexec.hpp index 0730cea..9de28ec 100644 --- a/src/sysexec.hpp +++ b/src/sysexec.hpp @@ -53,7 +53,7 @@ int execScript(std::string const& script, std::string const& ifname, std::string } execl("/bin/sh", "/bin/sh", script.c_str(), ifname.c_str(), ifnode.c_str(), (char*)NULL); // if execl return, an error occurred - cLog.msg(Log::PRIO_ERR) << "error on executing script: " << LogErrno(errno); + cLog.msg(Log::PRIO_ERR) << "error on executing script: " << AnytunErrno(errno); return -1; } int status = 0; -- cgit v1.2.3