summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-06-01 15:29:36 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-06-01 15:29:36 +1000
commit5371e3a793597e36676dc1c8f474a104f7c89a2a (patch)
tree7ce691426b09d2caefdc578c3a45f460b10d99b7 /ctdb
parent6c0c3577f8ad19fa6627e2fd2b515a224aba3a5b (diff)
downloadsamba-5371e3a793597e36676dc1c8f474a104f7c89a2a.tar.gz
samba-5371e3a793597e36676dc1c8f474a104f7c89a2a.tar.xz
samba-5371e3a793597e36676dc1c8f474a104f7c89a2a.zip
lower the loglevel when we long that we skip an evenscript because it is not executable
(This used to be ctdb commit c265df3c7950aab51b8b6ef17040229b97345c35)
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/eventscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/eventscript.c b/ctdb/server/eventscript.c
index 14cd190693..cc5a89fe7e 100644
--- a/ctdb/server/eventscript.c
+++ b/ctdb/server/eventscript.c
@@ -405,7 +405,7 @@ static int ctdb_event_script_v(struct ctdb_context *ctdb, const char *options)
continue;
}
if (!(st.st_mode & S_IXUSR)) {
- DEBUG(DEBUG_ERR,("Event script %s is not executable. Ignoring this event script\n", str));
+ DEBUG(DEBUG_INFO,("Event script %s is not executable. Ignoring this event script\n", str));
continue;
}