diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-09 20:05:21 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-09 20:05:21 +0200 |
commit | de0a96f7ddea5013663b390c075cb564fd39e6a1 (patch) | |
tree | 94d533f7f6b215568f4fb08f35257e509efd22cf /config | |
parent | ddc664d5d206418364b31b2edebd573e80b21c1b (diff) | |
download | pfsense-packages-de0a96f7ddea5013663b390c075cb564fd39e6a1.tar.gz pfsense-packages-de0a96f7ddea5013663b390c075cb564fd39e6a1.tar.bz2 pfsense-packages-de0a96f7ddea5013663b390c075cb564fd39e6a1.zip |
Only log something when needed
Diffstat (limited to 'config')
-rw-r--r-- | config/sshdcond/sshdcond.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sshdcond/sshdcond.inc b/config/sshdcond/sshdcond.inc index fa996386..d68ece7f 100644 --- a/config/sshdcond/sshdcond.inc +++ b/config/sshdcond/sshdcond.inc @@ -135,8 +135,8 @@ function sshdcond_sync_on_changes() { } } } + log_error("[sshdcond] xmlrpc sync is ending."); } - log_error("[sshdcond] xmlrpc sync is ending."); } /* Do the actual XMLRPC sync. */ |