Skip to content

Commit

Permalink
Another formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
janowagner committed May 7, 2020
1 parent c3b7fc9 commit c091f7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/attack.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,7 @@ attack_start (struct attack_start_args *args)
}
g_message (
"Vulnerability scan %s finished for host %s in %ld.%.2ld seconds",
globals->scan_id, ip_str,
(long) (now.tv_sec - then.tv_sec),
globals->scan_id, ip_str, (long) (now.tv_sec - then.tv_sec),
(long) ((now.tv_usec - then.tv_usec) / 10000));
}
}
Expand Down

0 comments on commit c091f7c

Please sign in to comment.