summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_sha1.c b/funcs/func_sha1.c
index c9805d2a3..30c6b6c3a 100644
--- a/funcs/func_sha1.c
+++ b/funcs/func_sha1.c
@@ -52,7 +52,7 @@ static int sha1(struct ast_channel *chan, char *cmd, char *data,
else {
ast_log(LOG_ERROR,
"Insufficient space to produce SHA1 hash result (%d < 41)\n",
- len);
+ (int) len);
}
return 0;