Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply /src/mariux/patches/autofs-5.0.8-reduce-syslog-noise.patch
  • Loading branch information
pmenzel committed Jun 8, 2017
1 parent 0ecb60c commit bea93e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daemon/direct.c
Expand Up @@ -978,9 +978,10 @@ void *expire_proc_direct(void *arg)
pthread_setcancelstate(cur_state, NULL);
}
pthread_cleanup_pop(1);

/*
if (left)
info(ap->logopt, "%d remaining in %s", left, ap->path);
*/

ec.status = left;

Expand Down
2 changes: 2 additions & 0 deletions daemon/indirect.c
Expand Up @@ -575,8 +575,10 @@ void *expire_proc_indirect(void *arg)
* EXPIRE_MULTI is synchronous, so we can be sure (famous last
* words) the umounts are done by the time we reach here
*/
/*
if (count)
info(ap->logopt, "%d remaining in %s", count, ap->path);
*/

ec.status = left;

Expand Down

0 comments on commit bea93e3

Please sign in to comment.