Commit 37c507eccef4a26dfad87b4602eed49eaf0f783d
1 parent
4335c285
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 | 58 | //create the document transaction record |
| 59 | 59 | $oDocumentTransaction = & new DocumentTransaction($oDocument->getID(), "Document created", CREATE); |
| 60 | 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 | 62 | } else { |
| 63 | 63 | $default->log->error("addDocumentBL.php couldn't create create document transaction for document ID=" . $oDocument->getID()); |
| 64 | 64 | } | ... | ... |