[Affelio-cvs 1312] CVS update: affelio/lib

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 6月 2日 (金) 16:01:26 JST


Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.44 affelio/lib/Affelio.pm:1.45
--- affelio/lib/Affelio.pm:1.44	Thu Jun  1 15:34:12 2006
+++ affelio/lib/Affelio.pm	Fri Jun  2 16:01:26 2006
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: Affelio.pm,v 1.44 2006/06/01 06:34:12 slash5234 Exp $
+# $Id: Affelio.pm,v 1.45 2006/06/02 07:01:26 slash5234 Exp $
 
 package Affelio;
 {
@@ -42,7 +42,7 @@
 	debug_print("Affelio::new: start.");
 
 	###################################
-	#Config dir
+	#Config dir, Top dir
 	###################################
 	my $cfg_dir = "";
 	my $cfg_path = "";
@@ -53,12 +53,10 @@
 	    $cfg_dir = $param{ConfigDir};
 	    $cfg_path = $param{ConfigDir} . "/affelio.cfg";
 	}
-
-	debug_print("Affelio::new: cfg_path= [$cfg_path]");
-	#cfg_path               Configuration file's path
-	#cfg_dir                Configuration file's directory
-
 	my $top_dir = $param{ConfigDir} . "/../";
+	debug_print("Affelio::new: top_dir  = [$top_dir]");
+	debug_print("Affelio::new: cfg_dir  = [$cfg_dir]");
+	debug_print("Affelio::new: cfg_path = [$cfg_path]");
 
 	###################################
 	#Mode


Affelio-cvs メーリングリストの案内
Back to archive index