tv elm-package-proxy: log qualified package names

This commit is contained in:
tv 2020-11-27 12:04:51 +01:00
parent f654a4ce86
commit dc23115abe
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ in {
"package already exists: $author/$pname@$version" \
text/plain
else
echo "user $user is uploading package $pname@$version" >&2
echo "user $user is uploading package $author/$pname@$version" >&2
mkdir -p "$(dirname "$zipball")"
head -c $req_content_length > "$zipball"
string_response 200 OK \