]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/scripts/update_ostatus_profiles.php
LOG_WARNING, not LOG_WARN
[quix0rs-gnu-social.git] / plugins / OStatus / scripts / update_ostatus_profiles.php
index 6e68ca7f9143f7138bc5cd6296e29560f061e1d0..c97125f08c0e91aa83d0ccb8fad5dfda3e0aaa63 100644 (file)
@@ -319,7 +319,7 @@ while($lop->fetch()) {
         }
     } catch (Exception $e) {
         if (!$quiet) { print $e->getMessage() . "\n"; }
-        common_log(LOG_WARN, $e->getMessage(), __FILE__);
+        common_log(LOG_WARNING, $e->getMessage(), __FILE__);
         // continue on error
     }
 }