summaryrefslogtreecommitdiff
path: root/src/rhimportd/ctrlWatchDir.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-23 23:45:34 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-23 23:45:34 (GMT)
commit38cde493d2a9a1961e057fe0e175b437b3916148 (patch)
tree8c7451fb2a8466d0e25c95dd45f1a9dbf846b7dc /src/rhimportd/ctrlWatchDir.go
parentb29107e4dd06e176f88fdaa7f01bb6b1b34a8613 (diff)
refactored logging
Diffstat (limited to 'src/rhimportd/ctrlWatchDir.go')
-rw-r--r--src/rhimportd/ctrlWatchDir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/ctrlWatchDir.go b/src/rhimportd/ctrlWatchDir.go
index 2335c8f..0fd389d 100644
--- a/src/rhimportd/ctrlWatchDir.go
+++ b/src/rhimportd/ctrlWatchDir.go
@@ -110,7 +110,7 @@ func watchDirParseRequest(conf *rhimport.Config, db *rddb.DBChan, req *os.File)
return
}
- ctx = rhimport.NewContext(conf, db)
+ ctx = rhimport.NewContext(conf, db, rhl, rhdl)
ctx.UserName = reqdata.UserName
ctx.Trusted = true
ctx.ShowId = reqdata.ShowId