1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

fonction logm() ajoutée (from shaarli)

This commit is contained in:
nicosomb 2013-04-17 13:38:12 +02:00
parent 0753bfefd7
commit 713b2d6991
3 changed files with 25 additions and 12 deletions

View file

@ -42,7 +42,7 @@ else {
}
catch (Exception $e)
{
$errors[] = $e->getMessage();
logm('error during pocket import : ' . $e->getMessage());
}
}
# Pocket génère un fichier HTML avec deux <ul>
@ -52,4 +52,5 @@ else {
}
echo 'Import from Pocket completed. <a href="index.php">Welcome to #poche !</a>';
logm('import from pocket completed');
}