(touch_file): Use message instead of printf.

This commit is contained in:
Roland McGrath 1995-11-21 23:58:54 +00:00
parent fa6d6f9150
commit 21fbad8602

View file

@ -769,10 +769,7 @@ touch_file (file)
register struct file *file;
{
if (!silent_flag)
{
printf ("touch %s\n", file->name);
fflush (stdout);
}
message ("touch %s\n", file->name);
#ifndef NO_ARCHIVES
if (ar_name (file->name))