summaryrefslogtreecommitdiff
path: root/importer.go
diff options
context:
space:
mode:
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")