Not quite...

git-svn-id: file:///home/svn/framework3/trunk@5313 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-01-22 05:03:18 +00:00
parent a9294fe2cd
commit 6494e494eb
1 changed files with 12 additions and 10 deletions

4
msfgui
View File

@ -81,6 +81,8 @@ if(not debug)
fake = FakeOut.new fake = FakeOut.new
$stdout = fake $stdout = fake
$stderr = fake $stderr = fake
end
if(Rex::Compat.is_windows) if(Rex::Compat.is_windows)
nul = Rex::Compat.win32_dev_null() nul = Rex::Compat.win32_dev_null()
@ -91,7 +93,7 @@ if(not debug)
# The following will crash rubyw.exe without the above code # The following will crash rubyw.exe without the above code
GLib::Log.log("Gtk", GLib::Log::LEVEL_CRITICAL, "gtk + rubyw problems > /dev/null") GLib::Log.log("Gtk", GLib::Log::LEVEL_CRITICAL, "gtk + rubyw problems > /dev/null")
end end
end
$stderr.puts "[*] Debugging mode is enabled" $stderr.puts "[*] Debugging mode is enabled"