diff --git a/source/dub/package_.d b/source/dub/package_.d index 4efa919..8abdf93 100644 --- a/source/dub/package_.d +++ b/source/dub/package_.d @@ -676,7 +676,7 @@ enforce(!spath.empty, "Paths must not be empty strings."); auto path = base_path ~ spath; if (!existsFile(path) || !isDir(path.toNativeString())) { - logWarn("Invalid source path: %s", path.toNativeString()); + logWarn("Invalid source/import path: %s", path.toNativeString()); continue; }