summaryrefslogtreecommitdiffstats
path: root/roseh.moe.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-07 19:44:42 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-07 19:44:42 -0700
commita7515806bda6726fdfca4a51c45ead97d62a805a (patch)
tree9c8f23f306891dc0d82ef8ea743e54126cb32755 /roseh.moe.go
parentecdf5f7a4d3cbf390e0889117f8cc9708282b184 (diff)
downloadroseh.moe-a7515806bda6726fdfca4a51c45ead97d62a805a.tar.zst
Log
Diffstat (limited to 'roseh.moe.go')
-rw-r--r--roseh.moe.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/roseh.moe.go b/roseh.moe.go
index 5afa814..cfa9218 100644
--- a/roseh.moe.go
+++ b/roseh.moe.go
@@ -82,6 +82,7 @@ func loadConfig() (*serviceConfiguration, error) {
if !newModTime.After(configLastModified) {
return oldConfig, nil
}
+ log.Printf("Reloading config file...")
f, err := os.Open(*configFile)
if err != nil {
return nil, err