Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm remove unnec...



details:   https://anonhg.NetBSD.org/src/rev/0fcb4b8c1c6b
branches:  trunk
changeset: 785706:0fcb4b8c1c6b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Mar 25 22:58:42 2013 +0000

description:
remove unnecessary newline and function name from log message that reports vchiq local and remote versions

diffstat:

 sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r d24a1c344781 -r 0fcb4b8c1c6b sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c
--- a/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c      Mon Mar 25 22:40:12 2013 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c      Mon Mar 25 22:58:42 2013 +0000
@@ -2275,8 +2275,8 @@
        }
 
        vchiq_log_warning(vchiq_core_log_level,
-               "%s: local ver %d (min %d), remote ver %d\n",
-               __func__, VCHIQ_VERSION, VCHIQ_VERSION_MIN,
+               "local ver %d (min %d), remote ver %d.",
+               VCHIQ_VERSION, VCHIQ_VERSION_MIN,
                slot_zero->version);
 
        if (slot_zero->version < VCHIQ_VERSION_MIN) {



Home | Main Index | Thread Index | Old Index