Skip to content

Commit a5a4cd1

Browse files
Etsijasschuberth
authored andcommitted
scanner-dos: Change logs to be clear they are coming from a new scan
Signed-off-by: Etsija <[email protected]>
1 parent 9c72ef2 commit a5a4cd1

File tree

1 file changed

+1
-1
lines changed
  • plugins/scanners/dos/src/main/kotlin

1 file changed

+1
-1
lines changed

plugins/scanners/dos/src/main/kotlin/DOS.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class DOS internal constructor(
165165
}
166166
deleteFileOrDir(targetZipFile)
167167

168-
return id?.let { pollForCompletion(pkg, it, "Ongoing scan", thisScanStartTime) }
168+
return id?.let { pollForCompletion(pkg, it, "New scan", thisScanStartTime) }
169169
}
170170

171171
private suspend fun waitForPendingScan(

0 commit comments

Comments
 (0)