mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-14 07:31:05 +01:00
add debug message
This commit is contained in:
parent
7c7c03a691
commit
4919b4ede2
1 changed files with 2 additions and 0 deletions
|
@ -471,6 +471,8 @@ export class DriveService {
|
|||
}
|
||||
}
|
||||
|
||||
this.registerLogger.debug(`ADD DRIVE FILE: user ${user?.id ?? 'not set'}, name ${detectedName}, tmp ${path}`);
|
||||
|
||||
//#region Check drive usage
|
||||
if (user && !isLink) {
|
||||
const usage = await this.driveFileEntityService.calcDriveUsageOf(user);
|
||||
|
|
Loading…
Add table
Reference in a new issue