Commit a418ec6f934df32174fef240a76b830ca26beca1
1 parent
39fbf15a
corrected logging level
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2464 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php
| @@ -58,7 +58,7 @@ if (checkSession()) { | @@ -58,7 +58,7 @@ if (checkSession()) { | ||
| 58 | //create the document transaction record | 58 | //create the document transaction record |
| 59 | $oDocumentTransaction = & new DocumentTransaction($oDocument->getID(), "Document created", CREATE); | 59 | $oDocumentTransaction = & new DocumentTransaction($oDocument->getID(), "Document created", CREATE); |
| 60 | if ($oDocumentTransaction->create()) { | 60 | if ($oDocumentTransaction->create()) { |
| 61 | - $default->log->error("addDocumentBL.php created create document transaction for document ID=" . $oDocument->getID()); | 61 | + $default->log->debug("addDocumentBL.php created create document transaction for document ID=" . $oDocument->getID()); |
| 62 | } else { | 62 | } else { |
| 63 | $default->log->error("addDocumentBL.php couldn't create create document transaction for document ID=" . $oDocument->getID()); | 63 | $default->log->error("addDocumentBL.php couldn't create create document transaction for document ID=" . $oDocument->getID()); |
| 64 | } | 64 | } |