From 442d5c52dbb87bb1413860cd564e52002460587d Mon Sep 17 00:00:00 2001 From: fredrik Date: Sun, 2 Sep 2007 22:50:53 +0000 Subject: [PATCH] Improve lddot a bit more. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1104 959494ce-11ee-0310-bf91-de5d638817bd --- lddot | 1 + 1 file changed, 1 insertion(+) diff --git a/lddot b/lddot index 1748edc..bdbc5eb 100755 --- a/lddot +++ b/lddot @@ -53,6 +53,7 @@ examine() { while read lib; do if ! lib2="$(findlib "$lib")"; then echo "\"$lib\" [ color=red ];" + echo "lddot: $lib: not found" >&2 echo "\"$1\" -> \"$lib\";" continue fi -- 2.11.0