forked from GNUsocial/gnu-social
LOG_WARN -> LOG_WARNING
This commit is contained in:
parent
a277a003b9
commit
75bf756111
@ -116,7 +116,7 @@ class Facebookclient
|
|||||||
|
|
||||||
if (empty($this->flink)) {
|
if (empty($this->flink)) {
|
||||||
common_log(
|
common_log(
|
||||||
LOG_WARN,
|
LOG_WARNING,
|
||||||
sprintf(
|
sprintf(
|
||||||
"No Foreign_link to Facebook for the author of notice %d.",
|
"No Foreign_link to Facebook for the author of notice %d.",
|
||||||
$this->notice->id
|
$this->notice->id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user