mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Remove an argument to printf that is unused.
This commit is contained in:
parent
5257abea22
commit
3c453e20f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122814
@ -1111,7 +1111,7 @@ fprintlog(struct filed *f, int flags, const char *msg)
|
||||
/* case ENOBUFS: */
|
||||
/* case ECONNREFUSED: */
|
||||
default:
|
||||
dprintf("removing entry\n", e);
|
||||
dprintf("removing entry\n");
|
||||
(void)close(f->f_file);
|
||||
f->f_type = F_UNUSED;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user