SF.net SVN: fclient: [222] trunk/sandbox/fcp/fcp2_0_consts.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-17 09:20:10
|
Revision: 222 http://fclient.svn.sourceforge.net/fclient/?rev=222&view=rev Author: jurner Date: 2008-02-17 01:20:13 -0800 (Sun, 17 Feb 2008) Log Message: ----------- better logger names Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_consts.py Modified: trunk/sandbox/fcp/fcp2_0_consts.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-17 09:19:52 UTC (rev 221) +++ trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-17 09:20:13 UTC (rev 222) @@ -217,9 +217,9 @@ class LoggerNames: """Logger names""" - Fcp = '' - Client = 'Client' - Config = 'Config' + Fcp = 'Fcp' + Client = 'Fcp.Client' + Config = 'Fcp.Config' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |