@@ -42,7 +42,7 @@ public function read(BeforeNodeReadEvent $event): void {
4242 ];
4343 } catch (InvalidPathException |NotFoundException $ e ) {
4444 \OCP \Server::get (LoggerInterface::class)->error (
45- 'Exception thrown in file read: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
45+ 'Exception thrown in file read: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
4646 );
4747 return ;
4848 }
@@ -64,7 +64,7 @@ public function beforeRename(BeforeNodeRenamedEvent $event): void {
6464 $ this ->renamedNodes [$ source ->getId ()] = $ source ;
6565 } catch (InvalidPathException |NotFoundException $ e ) {
6666 \OCP \Server::get (LoggerInterface::class)->error (
67- 'Exception thrown in file rename: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
67+ 'Exception thrown in file rename: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
6868 );
6969 return ;
7070 }
@@ -86,7 +86,7 @@ public function afterRename(NodeRenamedEvent $event): void {
8686 ];
8787 } catch (InvalidPathException |NotFoundException $ e ) {
8888 \OCP \Server::get (LoggerInterface::class)->error (
89- 'Exception thrown in file rename: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
89+ 'Exception thrown in file rename: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
9090 );
9191 return ;
9292 }
@@ -112,7 +112,7 @@ public function create(NodeCreatedEvent $event): void {
112112 ];
113113 } catch (InvalidPathException |NotFoundException $ e ) {
114114 \OCP \Server::get (LoggerInterface::class)->error (
115- 'Exception thrown in file create: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
115+ 'Exception thrown in file create: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
116116 );
117117 return ;
118118 }
@@ -141,7 +141,7 @@ public function copy(NodeCopiedEvent $event): void {
141141 ];
142142 } catch (InvalidPathException |NotFoundException $ e ) {
143143 \OCP \Server::get (LoggerInterface::class)->error (
144- 'Exception thrown in file copy: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
144+ 'Exception thrown in file copy: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
145145 );
146146 return ;
147147 }
@@ -166,7 +166,7 @@ public function write(BeforeNodeWrittenEvent $event): void {
166166 ];
167167 } catch (InvalidPathException |NotFoundException $ e ) {
168168 \OCP \Server::get (LoggerInterface::class)->error (
169- 'Exception thrown in file write: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
169+ 'Exception thrown in file write: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
170170 );
171171 return ;
172172 }
@@ -194,7 +194,7 @@ public function update(NodeWrittenEvent $event): void {
194194 ];
195195 } catch (InvalidPathException |NotFoundException $ e ) {
196196 \OCP \Server::get (LoggerInterface::class)->error (
197- 'Exception thrown in file update: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
197+ 'Exception thrown in file update: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
198198 );
199199 return ;
200200 }
@@ -218,7 +218,7 @@ public function delete(NodeDeletedEvent $event): void {
218218 ];
219219 } catch (InvalidPathException |NotFoundException $ e ) {
220220 \OCP \Server::get (LoggerInterface::class)->error (
221- 'Exception thrown in file delete: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
221+ 'Exception thrown in file delete: ' . $ e ->getMessage (), ['app ' => 'admin_audit ' , 'exception ' => $ e ]
222222 );
223223 return ;
224224 }
0 commit comments