From 37c507eccef4a26dfad87b4602eed49eaf0f783d Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 31 Jul 2003 10:35:40 +0000 Subject: [PATCH] corrected logging level --- presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php index 302a9c4..8745237 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php @@ -58,7 +58,7 @@ if (checkSession()) { //create the document transaction record $oDocumentTransaction = & new DocumentTransaction($oDocument->getID(), "Document created", CREATE); if ($oDocumentTransaction->create()) { - $default->log->error("addDocumentBL.php created create document transaction for document ID=" . $oDocument->getID()); + $default->log->debug("addDocumentBL.php created create document transaction for document ID=" . $oDocument->getID()); } else { $default->log->error("addDocumentBL.php couldn't create create document transaction for document ID=" . $oDocument->getID()); } -- libgit2 0.21.4