Skip to content

Commit c7fcd69

Browse files
author
jvazquez-r7
committed
Use vprint_error
1 parent 4ef3319 commit c7fcd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/mediawiki_svg_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def upload_file
208208
if res and res.body
209209
error = res.body.scan(/<div class="error">(.*?)<\/div>/m)[0]
210210
if error and error.size == 1
211-
print_error(error[0])
211+
vprint_error(error[0])
212212
end
213213
end
214214
return nil

0 commit comments

Comments
 (0)