aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OCA
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-06-24 15:10:29 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-06-24 15:00:15 +0000
commit95deec130aa958b6ebb13e216e01318a90ae7ba9 (patch)
treefced69fa0103cf075e6ff8ec464912882fec89ae /core/src/OCA
parent908adb339bc67bc92328989bcc8a6993deefc4d3 (diff)
downloadnextcloud-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.js2
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')
}
}