Changeset 0b6eba5 in mainline


Ignore:
Timestamp:
2009-03-12T18:01:55Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4df7d3a
Parents:
7012a8d
Message:

remove duplicate part of the debugger message
(it is already printed by kconsole)

Location:
kernel/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/debugger.c

    r7012a8d r0b6eba5  
    235235#ifdef CONFIG_KCONSOLE
    236236        atomic_set(&haltstate, 1);
    237         kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false);
     237        kconsole("debug", "Debug console ready.\n", false);
    238238        atomic_set(&haltstate, 0);
    239239#endif
  • kernel/arch/mips32/src/debugger.c

    r7012a8d r0b6eba5  
    385385                spinlock_unlock(&bkpoint_lock);
    386386               
    387                 kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false);
     387                kconsole("debug", "Debug console ready.\n", false);
    388388               
    389389                spinlock_lock(&bkpoint_lock);
Note: See TracChangeset for help on using the changeset viewer.