aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-07-23 00:57:10 -0400
committerRoger Dingledine <arma@torproject.org>2017-07-23 00:57:10 -0400
commitec5b30ca0b1d9a6a49463670d59a2817709472f2 (patch)
tree6af88c08902910a663276444b20bfe569154addb
parent0ccdf2f31e52bde1dc9556a4c938c494e784c79c (diff)
downloadtor-ec5b30ca0b1d9a6a49463670d59a2817709472f2.tar.gz
tor-ec5b30ca0b1d9a6a49463670d59a2817709472f2.zip
fix whitespace issue
-rw-r--r--src/common/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index fb57902593..0dcfdc2ac4 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -1038,7 +1038,7 @@ sb_stat64(scmp_filter_ctx ctx, sandbox_cfg_t *filter)
SCMP_CMP_STR(0, SCMP_CMP_EQ, param->value));
if (rc != 0) {
log_err(LD_BUG,"(Sandbox) failed to add stat64 syscall, received "
- "libseccomp error %d", rc);
+ "libseccomp error %d", rc);
return rc;
}
}