Skip to content

Commit d8063fb

Browse files
committed
- Change default log level to 6 / NTC
- Reviewed log levels to make motion less verbose and move most of them to NTC level.
1 parent 57d7d55 commit d8063fb

30 files changed

+1660
-1662
lines changed

conf.c

+103-103
Large diffs are not rendered by default.

configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.65 for motion trunkREV513.
3+
# Generated by GNU Autoconf 2.65 for motion trunkREV514.
44
#
55
#
66
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -549,8 +549,8 @@ MAKEFLAGS=
549549
# Identity of this package.
550550
PACKAGE_NAME='motion'
551551
PACKAGE_TARNAME='motion'
552-
PACKAGE_VERSION='trunkREV513'
553-
PACKAGE_STRING='motion trunkREV513'
552+
PACKAGE_VERSION='trunkREV514'
553+
PACKAGE_STRING='motion trunkREV514'
554554
PACKAGE_BUGREPORT=''
555555
PACKAGE_URL=''
556556

@@ -1213,7 +1213,7 @@ if test "$ac_init_help" = "long"; then
12131213
# Omit some internal or obsolete options to make the list less imposing.
12141214
# This message is too long to be a string in the A/UX 3.1 sh.
12151215
cat <<_ACEOF
1216-
\`configure' configures motion trunkREV513 to adapt to many kinds of systems.
1216+
\`configure' configures motion trunkREV514 to adapt to many kinds of systems.
12171217
12181218
Usage: $0 [OPTION]... [VAR=VALUE]...
12191219
@@ -1274,7 +1274,7 @@ fi
12741274

12751275
if test -n "$ac_init_help"; then
12761276
case $ac_init_help in
1277-
short | recursive ) echo "Configuration of motion trunkREV513:";;
1277+
short | recursive ) echo "Configuration of motion trunkREV514:";;
12781278
esac
12791279
cat <<\_ACEOF
12801280
@@ -1415,7 +1415,7 @@ fi
14151415
test -n "$ac_init_help" && exit $ac_status
14161416
if $ac_init_version; then
14171417
cat <<\_ACEOF
1418-
motion configure trunkREV513
1418+
motion configure trunkREV514
14191419
generated by GNU Autoconf 2.65
14201420
14211421
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2012,7 +2012,7 @@ cat >config.log <<_ACEOF
20122012
This file contains any messages produced by compilers while
20132013
running configure, to aid debugging if configure makes a mistake.
20142014
2015-
It was created by motion $as_me trunkREV513, which was
2015+
It was created by motion $as_me trunkREV514, which was
20162016
generated by GNU Autoconf 2.65. Invocation command line was
20172017
20182018
$ $0 $@
@@ -5817,7 +5817,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
58175817
# report actual input values of CONFIG_FILES etc. instead of their
58185818
# values after options handling.
58195819
ac_log="
5820-
This file was extended by motion $as_me trunkREV513, which was
5820+
This file was extended by motion $as_me trunkREV514, which was
58215821
generated by GNU Autoconf 2.65. Invocation command line was
58225822
58235823
CONFIG_FILES = $CONFIG_FILES
@@ -5879,7 +5879,7 @@ _ACEOF
58795879
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
58805880
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
58815881
ac_cs_version="\\
5882-
motion config.status trunkREV513
5882+
motion config.status trunkREV514
58835883
configured by $0, generated by GNU Autoconf 2.65,
58845884
with options \\"\$ac_cs_config\\"
58855885

0 commit comments

Comments
 (0)