From 3699e4f8b6bf5a2e757bcd397202dbdebf614a02 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 10 Dec 2018 07:52:26 +0100 Subject: Clarify error message. --- src/ghdldrv/ghdllocal.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ghdldrv/ghdllocal.adb') diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index 1c3059b73..568872ab3 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -330,8 +330,7 @@ package body Ghdllocal is & Name & Directory_Separator & Get_Version_Path & Directory_Separator; begin if not Is_Directory (Path) then - Warning - ("library " & Name & " does not exists for " & Get_Version_Path); + Warning ("ieee library directory '" & Path & "' not found"); end if; Libraries.Add_Library_Path (Path); end Add_Library_Name; -- cgit v1.2.3