diff options
Diffstat (limited to 'serve.c')
| -rw-r--r-- | serve.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -323,7 +323,7 @@ static int process_request(void) die("no command requested"); if (client_hash_algo != hash_algo_by_ptr(the_repository->hash_algo)) - die("mismatched object format: server %s; client %s\n", + die("mismatched object format: server %s; client %s", the_repository->hash_algo->name, hash_algos[client_hash_algo].name); |
