2013-09-13 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Added a missing parameter to a call to log_message. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8766 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c4f125e6e7
commit
9ce52f5fa3
|
@ -1,3 +1,7 @@
|
||||||
|
2013-09-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandora_agent: Added a missing parameter to a call to log_message.
|
||||||
|
|
||||||
2013-08-22 Dario Rodriguez <dario@artica.es>
|
2013-08-22 Dario Rodriguez <dario@artica.es>
|
||||||
|
|
||||||
* pandora_agent_installer: Merged improvements from 4.1 branch
|
* pandora_agent_installer: Merged improvements from 4.1 branch
|
||||||
|
|
|
@ -2003,7 +2003,7 @@ if ($Conf{'proxy_mode'}) {
|
||||||
if ($> != 0) {
|
if ($> != 0) {
|
||||||
launch_tentacle_proxy();
|
launch_tentacle_proxy();
|
||||||
} else {
|
} else {
|
||||||
log_message ('Proxy mode can not be launched as root');
|
log_message ('error', 'Proxy mode can not be launched as root');
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue