From 844ae1b65e2531e7b572f8c24eab1abcb4097de7 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Wed, 27 Oct 2010 11:39:00 +0000 Subject: [PATCH] --- lsyncd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsyncd.lua b/lsyncd.lua index 6253495..b76cf99 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -16,7 +16,7 @@ -- if lsyncd_version then -- checks if the runner is being loaded twice - print("You cannot use the lsyncd runner as configuration file!") + io.stderr:write("You cannot use the lsyncd runner as configuration file!\n") os.exit(-1) end lsyncd_version = "2.0beta1"