summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-10-13 18:55:00 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-10-13 18:55:00 +0000
commit33bca9d01858c9ae7f65eb61b1c453cdcb14e01c (patch)
tree8ed3add932b6c2d709c1e63e89a50b1ec9bd9ea7 /src
parentb9f5348a6ed0f1a9ffc11fc65f2ecb54dac7e600 (diff)
downloadbcfg2-33bca9d01858c9ae7f65eb61b1c453cdcb14e01c.tar.gz
bcfg2-33bca9d01858c9ae7f65eb61b1c453cdcb14e01c.tar.bz2
bcfg2-33bca9d01858c9ae7f65eb61b1c453cdcb14e01c.zip
add syslog error message for fam failure
(Logical change 1.336) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1375 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/sbin/Bcfg2Server1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/Bcfg2Server b/src/sbin/Bcfg2Server
index 32e17cbc8..02757bb95 100644
--- a/src/sbin/Bcfg2Server
+++ b/src/sbin/Bcfg2Server
@@ -54,6 +54,7 @@ class BcfgServer(Server):
try:
self.core = Core(setup, self.kwargs.get('configfile', '/etc/bcfg2.conf'))
except CoreInitError, msg:
+ syslog(LOG_ERR, msg)
print msg
raise SystemExit, 1
self.__progress__()