prosody

changeset 2330
e80790636cbe
parent 2322
548a4fc54a74
child 2337
9eb20b3f3bbb
--- a/prosody	Mon Dec 07 18:30:57 2009 +0000
+++ b/prosody	Mon Dec 07 18:32:06 2009 +0000
@@ -303,7 +303,7 @@
 function loop()
 	-- Error handler for errors that make it this far
 	local function catch_uncaught_error(err)
-		if type(err) == "string" and err:match("%d*: interrupted!$") then
+		if type(err) == "string" and err:match("interrupted!$") then
 			return "quitting";
 		end
 		

mercurial