]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Differentiate two similar log warning messages
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 17 Feb 2016 20:57:52 +0000 (21:57 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 17 Feb 2016 20:57:52 +0000 (21:57 +0100)
plugins/OStatus/classes/Ostatus_profile.php

index ec2b8351eadb155ac17dee8fbbe5e5ef54d57e6a..8c7be80a60e2be7d280dfa0c01c24f1f6afc2ad0 100644 (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());
             }
         }
     }