From da70d081c056227d1b90d6794ec8dfe88ba0c6db Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 7 May 2020 18:24:43 -0400 Subject: improve error message --- src/store-child-permanently | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/store-child-permanently b/src/store-child-permanently index 899371f..82e79d8 100755 --- a/src/store-child-permanently +++ b/src/store-child-permanently @@ -37,7 +37,7 @@ main() if [ -d "$samizdat_child_dir"/child."$child" ]; then store_tmpfs "$samizdat_child_dir"/child."$child" else - error "not a valid child: $child" + error "not a directory: $samizdat_child_dir/child.$child" fi } -- cgit v1.2.3