This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add STATE logging level for state save/restore output


Anthony, All,

On Wednesday 20 October 2010 14:46:40 Anthony Foiani wrote:
> # HG changeset patch
> # User Anthony Foiani <anthony.foiani@gmail.com>
> # Date 1287551966 21600
> # Node ID ac8870f6eeedc53e5920b844d4494aeaed2cfe4d
> # Parent  333eafe07ada312a547c9ea680dc801860d23f62
> Add STATE logging level for state save/restore output.
> 
> The save/restore state output is voluminous; using this flag allows us
> to quickly see or ignore when something is just being saved.
> 
> Signed-off-by: Anthony Foiani <anthony.foiani@gmail.com>
> 
> diff -r 333eafe07ada -r ac8870f6eeed scripts/functions
> --- a/scripts/functions	Tue Oct 19 13:54:58 2010 -0600
> +++ b/scripts/functions	Tue Oct 19 23:19:26 2010 -0600
> @@ -1,4 +1,4 @@
> -# This file contains some usefull common functions
> +# This file contains some usefull common functions -*- sh -*-
>  # Copyright 2007 Yann E. MORIN
>  # Licensed under the GPL v2. See COPYING in the root of this package
>  
> @@ -51,8 +51,9 @@
>  CT_LOG_LEVEL_EXTRA=3
>  CT_LOG_LEVEL_CFG=4
>  CT_LOG_LEVEL_FILE=5
> -CT_LOG_LEVEL_ALL=6
> -CT_LOG_LEVEL_DEBUG=7
> +CT_LOG_LEVEL_STATE=6
> +CT_LOG_LEVEL_ALL=7
> +CT_LOG_LEVEL_DEBUG=8

Ditto, you forgot to add it to the choice in the menuconfig. Fixed.

Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]