aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 18:59:28 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 18:59:28 +0200
commite0db6733fc8563896090f678d382375897757d18 (patch)
treeb3810e2c34fe48b51de0e58a3d15e2b687558c4e /src/main.c
parent28da8cf2af6a181fd8a51613107415da3f07dd2e (diff)
downloadcflow-e0db6733fc8563896090f678d382375897757d18.tar.gz
cflow-e0db6733fc8563896090f678d382375897757d18.tar.bz2
Output debugging info to stderr instead of stdout.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 6c51033..34db7a1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -743,7 +743,7 @@ init()
743 if (level_end[1] == NULL) 743 if (level_end[1] == NULL)
744 level_end[1] = ""; 744 level_end[1] = "";
745 745
746 init_lex(debug > 1); 746 init_lex(debug > 2);
747 init_parse(); 747 init_parse();
748} 748}
749 749
@@ -751,7 +751,7 @@ const char version_etc_copyright[] =
751 /* Do *not* mark this string for translation. %s is a copyright 751 /* Do *not* mark this string for translation. %s is a copyright
752 symbol suitable for this locale, and %d is the copyright 752 symbol suitable for this locale, and %d is the copyright
753 year. */ 753 year. */
754 "Copyright %s 2005, 2006, 2009, 2010, 2011 %d Sergey Poznyakoff"; 754 "Copyright %s 2005, 2006, 2009, 2010, 2011, 2014 %d Sergey Poznyakoff";
755 755
756int 756int
757main(int argc, char **argv) 757main(int argc, char **argv)

Return to:

Send suggestions and report system problems to the System administrator.