diff --git a/source/dub/generators/generator.d b/source/dub/generators/generator.d index 7865d9e..6154bfb 100644 --- a/source/dub/generators/generator.d +++ b/source/dub/generators/generator.d @@ -163,7 +163,7 @@ } } if (tt != TargetType.none && tt != TargetType.sourceLibrary && shallowbs.sourceFiles.empty) { - logWarn(`Configuration '%s' of package %s contains no source files. Please add {"targetType": "none"} to it's package description to avoid building it.`, + logWarn(`Configuration '%s' of package %s contains no source files. Please add {"targetType": "none"} to its package description to avoid building it.`, configs[pack.name], pack.name); tt = TargetType.none; }