about summary refs log tree commit diff
path: root/tools/nixery/popcount
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nixery/popcount')
-rw-r--r--tools/nixery/popcount/popcount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/popcount/popcount.go b/tools/nixery/popcount/popcount.go
index d632090c0dc2..dab10aae64c0 100644
--- a/tools/nixery/popcount/popcount.go
+++ b/tools/nixery/popcount/popcount.go
@@ -90,7 +90,7 @@ func channelMetadata(channel string) meta {
 	commit, err := ioutil.ReadAll(commitResp.Body)
 	failOn(err, "failed to read commit from response")
 	if commitResp.StatusCode != 200 {
-		log.Fatalf("non-success status code when fetching commit: %s", string(commit), commitResp.StatusCode)
+		log.Fatalf("non-success status code when fetching commit: %s (%v)", string(commit), commitResp.StatusCode)
 	}
 
 	return meta{