[Pkg-sugar-commit] [sugar-toolkit] 02/04: Debug logs for default profile

Jonas Smedegaard dr at jones.dk
Thu Apr 16 18:52:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v0.92.3
in repository sugar-toolkit.

commit 095d9b0f63d7c14cdeb41de71f333546d43c9df2
Author: Simon Schampijer <simon at schampijer.de>
Date:   Wed Jun 29 10:01:51 2011 +0200

    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 at laptop.org>
    Reviewed-By: Marco Pesenti Gritti <marco at marcopg.org>
---
 src/sugar/profile.py | 6 +++---
 1 file 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' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit.git



More information about the pkg-sugar-commit mailing list