anndl: Fixed a couple of bugs.
[utils.git] / 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