[Sitesampler-submitinfo] sitesampler/SiteSampler/Agent Data.pm,1.1.1.1,1.2
Brought to you by:
alfarid23,
shanehill00
|
From: Shane H. <sha...@us...> - 2005-07-25 00:43:43
|
Update of /cvsroot/sitesampler/sitesampler/SiteSampler/Agent In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6155/SiteSampler/Agent Modified Files: Data.pm Log Message: discovered a pretty serious bug where we were logging solicitations when there were no solicitations. the solution required a change to the javascripts so that sending stats would happen at the right time. Index: Data.pm =================================================================== RCS file: /cvsroot/sitesampler/sitesampler/SiteSampler/Agent/Data.pm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Data.pm 22 Jun 2005 01:38:28 -0000 1.1.1.1 --- Data.pm 25 Jul 2005 00:43:24 -0000 1.2 *************** *** 36,40 **** sub log_path{ my $self = shift; ! return File::Spec->catdir($self->core->parent_dir,$self->core->rel_log_path,$self->core->rel_latest_log_path); } --- 36,40 ---- sub log_path{ my $self = shift; ! return File::Spec->catdir($self->core->latest_log_path); } |