diff --git a/include/cfgplugin.inc.php b/include/cfgplugin.inc.php index e09e60098..6dcb39734 100644 --- a/include/cfgplugin.inc.php +++ b/include/cfgplugin.inc.php @@ -83,7 +83,7 @@ if ( isset ($_POST['save_plugin'])){ } catch (Exception $exc) { - record_log($exc->getTraceAsString()); + record_log($exc->getMessage()." trace:".$exc->getTraceAsString()); $profile_name=$cn->get_value('select profile.p_name from profile where p_id=$1' ,array($profile)); echo '

';