summaryrefslogtreecommitdiff
path: root/res/ael
diff options
context:
space:
mode:
Diffstat (limited to 'res/ael')
-rw-r--r--res/ael/pval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ael/pval.c b/res/ael/pval.c
index dc05cf7f1..c0da0f03f 100644
--- a/res/ael/pval.c
+++ b/res/ael/pval.c
@@ -1388,7 +1388,7 @@ static void find_pval_goto_item(pval *item, int lev)
struct pval *p4;
if (lev>100) {
- ast_log(LOG_ERROR,"find_pval_goto in infinite loop! item_type: %d\n\n", item->type);
+ ast_log(LOG_ERROR,"find_pval_goto in infinite loop! item_type: %u\n\n", item->type);
return;
}