To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 4497

Show
Ignore:
Timestamp:
01/23/12 08:43:53 (4 months ago)
Author:
tboutell
Message:

No noisy logging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/1.5/lib/toolkit/BaseaTools.class.php

    r4495 r4497  
    11671167    } 
    11681168    $result = aTools::$lockService->lock($name, $wait); 
    1169     if ($result) 
    1170     { 
    1171       error_log("Locked $name"); 
    1172     } 
    11731169    return $result; 
    11741170  } 
     
    11871183    } 
    11881184    aTools::$lockService->unlock(); 
    1189     error_log("Unlocked"); 
    11901185  } 
    11911186