Changeset 594 for trunk/services


Ignore:
Timestamp:
Apr 14, 2017 9:11:46 AM (7 years ago)
Author:
anonymous
Message:

Fix misplaced log line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/login.php

    r535 r594  
    5757        }
    5858        $app->raiseMsg(_("You are now logged in."), MSG_SUCCESS, __FILE__, __LINE__);
     59        $app->logMsg(sprintf('User %s successfully logged-in.', $frm['username']), LOG_INFO, __FILE__, __LINE__);
    5960        $app->dieBoomerangURL('login');
    60         $app->logMsg(sprintf('User %s successfully logged-in.', $frm['username']), LOG_INFO, __FILE__, __LINE__);
    6161    } else {
    6262        $app->raiseMsg(_("Login failed, please try again."), MSG_NOTICE, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.