summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format.c b/src/format.c
index 4992da9..fffced3 100644
--- a/src/format.c
+++ b/src/format.c
@@ -3171,8 +3171,8 @@ format_expand(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e,
spd_id,
"expansion "
"failed: function "
- "'%s' failed: %s\n",
- fnname,
+ "'%s'(%s) failed: %s\n",
+ fnname, params,
strerror(-used));
free(fnname);
return used;