summaryrefslogtreecommitdiff
path: root/importer.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-25 21:13:49 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-25 21:13:55 (GMT)
commit7f63f817486684c0dcb440bf57ff79c07c487911 (patch)
tree0a6b23f3e51305ebc7c6279caf93e3388eff9974 /importer.go
parent3822025a7a4103f2c2de70f0c9199bc9a64cc3b4 (diff)
telnet control interface now uses spreadspace/telgo
Diffstat (limited to 'importer.go')
-rw-r--r--importer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/importer.go b/importer.go
index 3ee94cd..7ce4033 100644
--- a/importer.go
+++ b/importer.go
@@ -119,7 +119,7 @@ func (ctx *ImportContext) SanityCheck() error {
return err
}
if !ismusic {
- return fmt.Errorf("supplied GroupName is not a music pool")
+ return fmt.Errorf("supplied GroupName '%s' is not a music pool", ctx.GroupName)
}
if ctx.Cart != 0 || ctx.Cut != 0 {
return fmt.Errorf("Cart and Cut must not be supplied when importing into a music group")