From 90b2d8f01285f133555e73fc5e5cc1e02917c61b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 18 Sep 2010 11:19:58 +0000 Subject: [PATCH] fixed misspelled error tracing --- lib/portfoliolib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portfoliolib.php b/lib/portfoliolib.php index 7409fca53bf..5320f354983 100644 --- a/lib/portfoliolib.php +++ b/lib/portfoliolib.php @@ -951,7 +951,7 @@ function portfolio_cron() { $e = portfolio_exporter::rewaken_object($d->id); $e->process_stage_cleanup(true); } catch (Exception $e) { - mtrade('Exception thrown in portfolio cron while cleaning up ' . $d->id . ': ' . $e->getMessage()); + mtrace('Exception thrown in portfolio cron while cleaning up ' . $d->id . ': ' . $e->getMessage()); } } } -- 2.43.0