summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-11-27 12:04:51 +0100
committertv <tv@krebsco.de>2020-11-27 12:04:51 +0100
commitf93490d2c2a7c3604e599923911260d99ab80a96 (patch)
tree1417b4935d67d178d4ed4de5351578dd7b3479bd /tv/2configs
parent45beee511891763544ac18aeeb0691aab342b6b8 (diff)
tv elm-package-proxy: log qualified package names
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/elm-packages-proxy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/elm-packages-proxy.nix b/tv/2configs/elm-packages-proxy.nix
index 4a0491b..67be047 100644
--- a/tv/2configs/elm-packages-proxy.nix
+++ b/tv/2configs/elm-packages-proxy.nix
@@ -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 \