Tadashi Okoshi
slash****@users*****
2006年 6月 4日 (日) 16:15:12 JST
Index: affelio/lib/AffelioApp.pm
diff -u affelio/lib/AffelioApp.pm:1.25 affelio/lib/AffelioApp.pm:1.26
--- affelio/lib/AffelioApp.pm:1.25 Sat Jun 3 17:52:29 2006
+++ affelio/lib/AffelioApp.pm Sun Jun 4 16:15:12 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: AffelioApp.pm,v 1.25 2006/06/03 08:52:29 slash5234 Exp $
+# $Id: AffelioApp.pm,v 1.26 2006/06/04 07:15:12 slash5234 Exp $
package AffelioApp;
{
@@ -128,6 +128,15 @@
userdata_dbh => $dbh
};
bless $self, $class;
+ debug_print("AffelioApp::new: cfg_path= [$cfg_path]");
+ debug_print("AffelioApp::new: app__fs_root= [$app__fs_root]");
+ debug_print("AffelioApp::new: app__web_root= [$app__web_root]");
+ debug_print("AffelioApp::new: install_name= [$install_name]");
+ debug_print("AffelioApp::new: install_title= [$install_title]");
+ debug_print("AffelioApp::new: visitor_type= [$visitor_type]");
+ debug_print("AffelioApp::new: visitor_nick= [$visitor_nickname]");
+ debug_print("AffelioApp::new: visitor_afid= [$visitor_afid]");
+ debug_print("AffelioApp::new: userdata_dir= [$self->{userdata_dir}]");
############################
#Am I in the owner mode?