Improve lddot a bit more.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 2 Sep 2007 22:50:53 +0000 (22:50 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 2 Sep 2007 22:50:53 +0000 (22:50 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1104 959494ce-11ee-0310-bf91-de5d638817bd

lddot

diff --git a/lddot b/lddot
index 1748edc..bdbc5eb 100755 (executable)
--- 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