aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-29 20:13:03 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-29 20:13:03 +1000
commit02981a17509ea4faebd8371a88a604cbd2026331 (patch)
treeb1f4d3cc324967f4860aea4566d0d9f3ebde0e9e /env.c
parentc2e6b07b357f3173fdc9f14d0b5841761634b821 (diff)
Minor cleanups
darcs-hash:20051129101303-ac50b-11843dc32a9d05037b907fe1ac5df6a90cb7dd36.gz
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index d9c53a42..3429e3c7 100644
--- a/env.c
+++ b/env.c
@@ -186,7 +186,7 @@ static void start_fishd()
sb_init( &cmd );
pw = getpwuid(getuid());
- debug( 2, L"Spawning new copy of fishd" );
+ debug( 3, L"Spawning new copy of fishd" );
if( !pw )
{