|
@@ -156,7 +156,7 @@ xfs_error_report(
|
|
|
{
|
|
|
if (level <= xfs_error_level) {
|
|
|
xfs_alert_tag(mp, XFS_PTAG_ERROR_REPORT,
|
|
|
- "Internal error %s at line %d of file %s. Caller 0x%p",
|
|
|
+ "Internal error %s at line %d of file %s. Caller %pF",
|
|
|
tag, linenum, filename, ra);
|
|
|
|
|
|
xfs_stack_trace();
|