implement db update

This commit is contained in:
Will Scott
2018-03-08 02:53:04 -08:00
parent 7151f4270f
commit 7e9a4fc3b7
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ type Controller struct {
// Init should be called once to initialise the nettest
func (c *Controller) Init(nt *mk.Nettest) {
log.Debugf("Init: %s", nt)
log.Debugf("Init: %v", nt)
nt.Options = mk.NettestOptions{
IncludeIP: c.ctx.Config.Sharing.IncludeIP,
IncludeASN: c.ctx.Config.Sharing.IncludeASN,