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

x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.

commit a99ff622c1434a570e5334d416d3c390ae6be0f0
Author: mike <mike@cdb5e8f1-f799-4276-8919-bce57fd91830>
Date:   Thu Nov 11 09:02:25 2010 +0000

    * fixing name tag whe logging (to distinguish X2goClient instance logging
      and PyHocaCLI class logging)
    
    
    git-svn-id: https://svn.das-netzwerkteam.de/x2go/pyhoca-cli/trunk@50 
cdb5e8f1-f799-4276-8919-bce57fd91830
---
 pyhoca/cli/frontend.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index e19cda89..9dbaa938 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -22,7 +22,9 @@
 #    2010 Dick Kniep <dick.kn...@lindix.nl>
 #    2010 Jörg Sawatzki <joerg.sawat...@web.de>
 
-import sys, os
+import sys
+import os
+import copy
 import time
 import getpass
 import x2go
@@ -190,7 +192,7 @@ class PyHocaCLI(x2go.X2goClient):
         if logger is None:
             logger = x2go.X2goLogger(tag='PyHocaCLI')
         else:
-            self.logger = logger
+            self.logger = copy.deepcopy(logger)
             self.logger.tag = 'PyHocaCLI'
 
         # initialize the X2goClient context and start the connection to the 
X2go server

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to