]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/OStatus.php
Improve quote share ("message_id" added)
[friendica.git] / src / Protocol / OStatus.php
index 3758b0fe644c1f139a6902e988d9a4f5a7724abf..bd6002392a5659b3d24950f924ec97ae2e93d106 100644 (file)
@@ -938,7 +938,7 @@ class OStatus
                                                break;
 
                                        default:
-                                               Logger::warning('Unsupported rel=' . $attribute['rel'] . ', href=' . $attribute['href'] . ', object-type=' . $item['object-type']);
+                                               Logger::notice('Unsupported rel=' . $attribute['rel'] . ', href=' . $attribute['href'] . ', object-type=' . $item['object-type']);
                                }
                        }
                }