summaryrefslogtreecommitdiff
path: root/lib/sbin/checkout.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-26 11:27:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-26 11:27:09 +0000
commit3026e1baa1119c3046a725119688d5678c670586 (patch)
tree6b1af8ee8183bda716bd01c5682f09ca4b86fd6e /lib/sbin/checkout.pl
parent9c857e2cbe9be298bf31f5604608462d2fdcc026 (diff)
Change error message
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1784 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/checkout.pl')
-rw-r--r--lib/sbin/checkout.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/checkout.pl b/lib/sbin/checkout.pl
index c11a837b..44fd421e 100644
--- a/lib/sbin/checkout.pl
+++ b/lib/sbin/checkout.pl
@@ -315,7 +315,7 @@ sub get_thornlist
{
if (!-d "thornlists")
{
- print "\nThorn List directory not found\n";
+ print "\nThorn List directory \"thornlists\" not found\n\n";
return;
}
else