Skip to content

Commit af211d9

Browse files
committed
Change how it looks a little
1 parent c13d24c commit af211d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/framework_event_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def on_session_close(session, reason='')
4848
# If logging had been enabled for this session, stop it now.
4949
Msf::Logging::stop_session_log(session)
5050

51-
msg = "#{session.desc} session #{session.name} (#{session.session_host})closed."
51+
msg = "#{session.session_host} - #{session.desc} session #{session.name} closed."
5252
if reason and reason.length > 0
5353
msg << " Reason: #{reason}"
5454
end

0 commit comments

Comments
 (0)