Ignore:
Timestamp:
May 8, 2010 11:43:09 PM (14 years ago)
Author:
quinn
Message:

Must look at 'priv' userdata for backwards compatability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r364 r369  
    895895            return true;
    896896        } else {
    897             $app->logMsg(sprintf('Mailman add member failed for list: %s, user: %s, with message: %s', $list, $email, $stdout), LOG_WARNING, __FILE__, __LINE__);
     897            $app->logMsg(sprintf('Mailman add member failed for list: %s, user: %s, with message: %s', $list, $email, getDump($stdout)), LOG_WARNING, __FILE__, __LINE__);
    898898            return false;
    899899        }
Note: See TracChangeset for help on using the changeset viewer.