summaryrefslogtreecommitdiff
path: root/source4/web_server/ejs/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/web_server/ejs/var.c')
-rw-r--r--source4/web_server/ejs/var.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/web_server/ejs/var.c b/source4/web_server/ejs/var.c
index 53b66d8b1b..ca8eb0fb2a 100644
--- a/source4/web_server/ejs/var.c
+++ b/source4/web_server/ejs/var.c
@@ -1319,7 +1319,7 @@ MprVar mprCreateObjVar(const char *name, int hashSize)
}
v.allocatedData = 1;
v.name = mprStrdup(name);
- mprLog(7, "mprCreateObjVar %s, 0x%x\n", name, v.properties);
+ mprLog(7, "mprCreateObjVar %s, 0x%p\n", name, v.properties);
return v;
}