[PATCH xorg-gtest] Set log verbosity to 10
Chase Douglas
chase.douglas at canonical.com
Tue Jun 5 09:50:48 PDT 2012
On 06/04/2012 09:49 PM, Peter Hutterer wrote:
> Might as well get as much data as possible.
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> src/environment.cpp | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/environment.cpp b/src/environment.cpp
> index a3a8ead..ca499ee 100644
> --- a/src/environment.cpp
> +++ b/src/environment.cpp
> @@ -142,6 +142,7 @@ void xorg::testing::Environment::SetUp() {
>
> d_->process.Start(d_->path_to_server, d_->path_to_server.c_str(),
> display_string,
> + "-logverbose", "10",
> "-logfile", d_->path_to_log_file.c_str(),
> "-config", d_->path_to_conf.c_str(),
> NULL);
Looks good to me :).
Reviewed-by: Chase Douglas <chase.douglas at canonical.com>
Merged 0c038b4..9c8986c
Thanks!
More information about the xorg-devel
mailing list