From 856a83a2da9433813c40a975e9b2c9af85733909 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 23 Mar 2009 17:38:12 +0100 Subject: [PATCH] Fix spacing in debug file --- src/sugar/profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sugar/profile.py b/src/sugar/profile.py index cce45a77..6e5a1bf7 100644 --- a/src/sugar/profile.py +++ b/src/sugar/profile.py @@ -181,10 +181,10 @@ class Profile(object): '# log files and features\n'\ '#export LM_DEBUG=net\n' \ '#export GABBLE_DEBUG=all\n' \ - '#export' \ + '#export ' \ 'GABBLE_LOGFILE=~/.sugar/default/logs/telepathy-gabble.log\n' \ '#export SALUT_DEBUG=all\n' \ - '#export' \ + '#export ' \ 'SALUT_LOGFILE=~/.sugar/default/logs/telepathy-salut.log\n' \ '#export GIBBER_DEBUG=all\n' \ '#export PRESENCESERVICE_DEBUG=1\n' \