mirror of
https://github.com/vgough/encfs.git
synced 2025-01-23 06:08:34 +01:00
reformat
This commit is contained in:
parent
057a5741e7
commit
ba9b25a1d2
@ -522,8 +522,7 @@ void *encfs_init(fuse_conn_info *conn) {
|
||||
return (void *)ctx;
|
||||
}
|
||||
|
||||
void encfs_destroy(void *_ctx) {
|
||||
}
|
||||
void encfs_destroy(void *_ctx) {}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
encfs::initLogging();
|
||||
@ -737,12 +736,9 @@ static void *idleMonitor(void *_arg) {
|
||||
pthread_cond_wait(&ctx->wakeupCond, &ctx->wakeupMutex);
|
||||
break;
|
||||
}
|
||||
}
|
||||
else {
|
||||
RLOG(WARNING) << "Filesystem "
|
||||
<< arg->opts->mountPoint
|
||||
<< " inactivity detected, but still "
|
||||
<< openCount
|
||||
} else {
|
||||
RLOG(WARNING) << "Filesystem " << arg->opts->mountPoint
|
||||
<< " inactivity detected, but still " << openCount
|
||||
<< " opened files";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user