ident: use full dns names to generate email addresses
[gitweb.git] / sha1_file.c
index c8d572d1384b45385c184656eff26eb00d420960..3c4f1652f13479238dee56674cbb86d299363be1 100644 (file)
@@ -2511,7 +2511,7 @@ static int write_loose_object(const unsigned char *sha1, char *hdr, int hdrlen,
                if (errno == EACCES)
                        return error("insufficient permission for adding an object to repository database %s", get_object_directory());
                else
-                       return error("unable to create temporary sha1 filename %s: %s", tmp_file, strerror(errno));
+                       return error("unable to create temporary file: %s", strerror(errno));
        }
 
        /* Set it up */