Differentiate two similar log warning messages
This commit is contained in:
parent
d2507a6266
commit
422d475e44
@ -1297,7 +1297,7 @@ class Ostatus_profile extends Managed_DataObject
|
|||||||
try {
|
try {
|
||||||
$this->updateAvatar($avatar);
|
$this->updateAvatar($avatar);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
common_log(LOG_WARNING, "Exception saving OStatus profile avatar: " . $ex->getMessage());
|
common_log(LOG_WARNING, "Exception updating OStatus profile avatar: " . $ex->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user