. "\"%s\" (Notice details: nickname=%s, user ID=%d, Facebook ID=%d, notice content=\"%s\"). "
. "Removing notice from the Facebook queue for safety.";
common_log(
- LOG_ERROR, sprintf(
+ LOG_ERR, sprintf(
$msg,
$notice->id,
$errmsg,
. "nickname=%s, user ID=%d, Facebook ID=%d, notice content=\"%s\"). Re-queueing "
. "notice, and will try to send again later.";
common_log(
- LOG_ERROR, sprintf(
+ LOG_ERR, sprintf(
$msg,
$notice->id,
$code,
common_debug(
'FacebookPlugin - Attempting to update profile box with '
- . "content from notice $notice->id for $user->nickname ($user->id)"
+ . "content from notice $notice->id for $user->nickname ($user->id), "
. "Facebook UID: $fbuid"
);