Differentiate two similar log warning messages

This commit is contained in:
Mikael Nordfeldth 2016-02-17 21:57:52 +01:00
parent d2507a6266
commit 422d475e44
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ class Ostatus_profile extends Managed_DataObject
try {
$this->updateAvatar($avatar);
} 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());
}
}
}