diff options
author | Simon L <szaimen@e.mail.de> | 2023-06-24 15:10:29 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-06-24 15:00:15 +0000 |
commit | 95deec130aa958b6ebb13e216e01318a90ae7ba9 (patch) | |
tree | fced69fa0103cf075e6ff8ec464912882fec89ae /core/src/OCA | |
parent | 908adb339bc67bc92328989bcc8a6993deefc4d3 (diff) | |
download | nextcloud-server-95deec130aa958b6ebb13e216e01318a90ae7ba9.tar.gz nextcloud-server-95deec130aa958b6ebb13e216e01318a90ae7ba9.zip |
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src/OCA')
-rw-r--r-- | core/src/OCA/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OCA/search.js b/core/src/OCA/search.js index 81a86a04247..f0395c0bcd5 100644 --- a/core/src/OCA/search.js +++ b/core/src/OCA/search.js @@ -26,7 +26,7 @@ export default class Search { * @deprecated 20.0.0, will be removed in Nextcloud 22 */ constructor() { - OC.debug && console.debug('OCA.Search is deprecated. Please use the unified search API instead') + OC.debug && console.warn('OCA.Search is deprecated. Please use the unified search API instead') } } |