Tadashi Okoshi
slash****@users*****
2006年 6月 2日 (金) 18:55:51 JST
Index: affelio/lib/Affelio/Managing/NewsAggregator.pm
diff -u affelio/lib/Affelio/Managing/NewsAggregator.pm:1.18 affelio/lib/Affelio/Managing/NewsAggregator.pm:1.19
--- affelio/lib/Affelio/Managing/NewsAggregator.pm:1.18 Tue Mar 7 23:39:10 2006
+++ affelio/lib/Affelio/Managing/NewsAggregator.pm Fri Jun 2 18:55:51 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: NewsAggregator.pm,v 1.18 2006/03/07 14:39:10 slash5234 Exp $
+# $Id: NewsAggregator.pm,v 1.19 2006/06/02 09:55:51 slash5234 Exp $
package Affelio::Managing::NewsAggregator;
{
@@ -57,6 +57,7 @@
my $af = $self->{af};
my %arg = @_;
+ debug_print("NewsAggregator::post_news: start.");
##############################
#Insert a new record
@@ -69,6 +70,7 @@
throw Affelio::exception::DBException($af->getDB->errstr);
}
undef($sth);
+ debug_print("NewsAggregator::post_news: end.");
}
#######################################################################