Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 19:50:30 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r346495 - stable/12/sys/arm/arm
Message-ID:  <201904211950.x3LJoURo037753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Apr 21 19:50:30 2019
New Revision: 346495
URL: https://svnweb.freebsd.org/changeset/base/346495

Log:
  MFC r342850: Add a missing \n to a bootverbose printf.

Modified:
  stable/12/sys/arm/arm/mpcore_timer.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/arm/arm/mpcore_timer.c
==============================================================================
--- stable/12/sys/arm/arm/mpcore_timer.c	Sun Apr 21 19:49:15 2019	(r346494)
+++ stable/12/sys/arm/arm/mpcore_timer.c	Sun Apr 21 19:50:30 2019	(r346495)
@@ -420,7 +420,7 @@ arm_tmr_attach(device_t dev)
 			tc_err = attach_tc(sc);
 		else if (bootverbose)
 			device_printf(sc->dev,
-			    "not using variable-frequency device as timecounter");
+			    "not using variable-frequency device as timecounter\n");
 		sc->memrid++;
 		sc->irqrid++;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904211950.x3LJoURo037753>