summaryrefslogtreecommitdiffstats
path: root/src/sbefw/sbemain.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/sbemain.C')
-rw-r--r--src/sbefw/sbemain.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sbefw/sbemain.C b/src/sbefw/sbemain.C
index 06488c14..6ca8d351 100644
--- a/src/sbefw/sbemain.C
+++ b/src/sbefw/sbemain.C
@@ -6,6 +6,7 @@
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -332,7 +333,7 @@ uint32_t main(int argc, char **argv)
if(SbeRegAccess::theSbeRegAccess().init())
{
- SBE_ERROR(SBE_FUNC"Failed to initialize SbeRegAccess");
+ SBE_ERROR(SBE_FUNC"Failed to initialize SbeRegAccess.");
// init failure could mean the below will fail too, but attempt it
// anyway
(void)SbeRegAccess::theSbeRegAccess().stateTransition(
OpenPOWER on IntegriCloud