From: greg@kroah.com Date: Wed, 3 Dec 2003 02:41:29 +0000 (-0800) Subject: [PATCH] turn debugging messages off by default. X-Git-Tag: 008~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=29b82deb7e8d7634792bd50be1377bae170a8acb [PATCH] turn debugging messages off by default. it's a bit noisy for the masses... --- diff --git a/Makefile b/Makefile index 7aacb79de..340ca87f2 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. -DEBUG = true +DEBUG = false ROOT = udev