Changeset 12799

Show
Ignore:
Timestamp:
10/14/07 22:14:29 (1 year ago)
Author:
solt
Message:

Not application error. Lowered loglevel to warn.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/helper/_basicnav.php

    r12408 r12799  
    449449            return null; 
    450450        } 
     451//debug_print_r("Nodedata: ",$nodedata, MIDCOM_LOG_ERROR); 
    451452 
    452453        // Now complete the node data structure, we need a metadata object for this: 
     
    10011002        { 
    10021003            debug_push_class(__CLASS__, __FUNCTION__); 
    1003             debug_add("Node #{$topic->id} is not in the MidCOM content tree #{$this->_root}. Aborting", MIDCOM_LOG_ERROR); 
     1004            debug_add("Node #{$topic->id} is not in the MidCOM content tree #{$this->_root}. Aborting", MIDCOM_LOG_WARN); 
    10041005            debug_pop(); 
    10051006            return MIDCOM_ERRNOTFOUND; 
     
    10401041                    case MIDCOM_ERRFORBIDDEN: 
    10411042                        debug_push_class(__CLASS__, __FUNCTION__); 
    1042                         debug_add("The Node {$uptopic->id} is invisible, could not satisfy the the dependency chain to Node #{$node_id}", MIDCOM_LOG_ERROR); 
     1043                        debug_add("The Node {$uptopic->id} is invisible, could not satisfy the the dependency chain to Node #{$node_id}", MIDCOM_LOG_WARN); 
    10431044                        debug_pop(); 
    10441045                        return MIDCOM_ERRFORBIDDEN;