Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-06-29 08:01:51 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-06-29 12:49:56 (GMT)
commit095d9b0f63d7c14cdeb41de71f333546d43c9df2 (patch)
treec1b9dd43a8b5ef1d34aa73b87d6b70247caa04ce
parent746325106fb96fb9a4ad8fb45210dc1a60110ae8 (diff)
Debug logs for default profile
The generic path does not work for the telepathy logs. As we have removed the support for different profiles it is ok to just use the default path. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-By: Marco Pesenti Gritti <marco@marcopg.org>
-rw-r--r--src/sugar/profile.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sugar/profile.py b/src/sugar/profile.py
index 8a76d2c..c1dffd7 100644
--- a/src/sugar/profile.py
+++ b/src/sugar/profile.py
@@ -196,14 +196,14 @@ class Profile(object):
'#export LM_DEBUG=net\n' \
'#export GABBLE_DEBUG=all\n' \
'#export GABBLE_LOGFILE=' \
- '$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-gabble.log\n' \
+ '$HOME/.sugar/default/logs/telepathy-gabble.log\n' \
'#export SALUT_DEBUG=all\n' \
'#export SALUT_LOGFILE=' \
- '$HOME/.sugar/$SUGAR_PROFILE/logs/telepathy-salut.log\n' \
+ '$HOME/.sugar/default/logs/telepathy-salut.log\n' \
'#export GIBBER_DEBUG=all\n' \
'#export WOCKY_DEBUG=all\n' \
'#export MC_LOGFILE=' \
- '$HOME/.sugar/$SUGAR_PROFILE/logs/mission-control.log\n' \
+ '$HOME/.sugar/default/logs/mission-control.log\n' \
'#export MC_DEBUG=all\n' \
'#export PRESENCESERVICE_DEBUG=1\n' \
'#export SUGAR_LOGGER_LEVEL=debug\n\n' \