]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.hostapd
hostapd: Dump config file in debug mode
[people/stevee/network.git] / src / functions / functions.hostapd
index bf0c5fc9ee0c6928cea4e19588bf4517e29328f6..737bd1a1bbb4b948d790023c490d49726f65414e 100644 (file)
@@ -378,6 +378,9 @@ hostapd_config_write() {
                ) >> ${file}
        fi
 
+       # Log configuration file
+       file_to_log DEBUG "${file}"
+
        return ${EXIT_OK}
 }