diff --git a/obuspa/files/etc/init.d/obuspa b/obuspa/files/etc/init.d/obuspa index 5962da636..d08449c44 100755 --- a/obuspa/files/etc/init.d/obuspa +++ b/obuspa/files/etc/init.d/obuspa @@ -667,7 +667,7 @@ db_init() reason="${1}" # remove usp.db, in case of reload if [ -f "${OBUSPA_BOOT_MARKER}" ] && [ "${reason}" = "update" ]; then - log "Deleting ${OBUSPA_BOOT_MARKER} to enforce values from uci ...." + log "Deleting ${OBUSPA_BOOT_MARKER} in order to enforce values from UCI..." rm -f "${OBUSPA_BOOT_MARKER}" fi @@ -686,7 +686,7 @@ db_init() config_load $CONFIGURATION config_get dualstack_pref global dualstack_pref "IPv6" - log "Enforce uci values, no boot marker" + log "Enforcing UCI values, no boot marker found." global_init config_foreach configure_localagent localagent global_init