summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-03-01 09:32:52 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-04 10:23:36 -0600
commit2520f5930ca9108b111b6ac0e71c9bd8330bfe53 (patch)
tree1d46b7c866ed649750d1e582ba52015316b9ed08 /src/kernel
parent8120637090fc25a251be5e38751c679789d15f7f (diff)
downloadtalos-hostboot-2520f5930ca9108b111b6ac0e71c9bd8330bfe53.tar.gz
talos-hostboot-2520f5930ca9108b111b6ac0e71c9bd8330bfe53.zip
Change PLID printk to be hex.
Change-Id: Ifbfa8dce23f6ec086863bf83c1e5ae9e39dcc48a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3394 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/misc.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/misc.C b/src/kernel/misc.C
index 903bdbb50..629a474de 100644
--- a/src/kernel/misc.C
+++ b/src/kernel/misc.C
@@ -61,7 +61,7 @@ namespace KernelMisc
// errorlog that caused the failure
else
{
- printk("Shutdown Requested. PLID = %ld (due to failure)\n",
+ printk("Shutdown Requested. PLID = %lx (due to failure)\n",
status);
}
OpenPOWER on IntegriCloud