aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdllocal.adb')
-rw-r--r--src/ghdldrv/ghdllocal.adb3
1 files changed, 1 insertions, 2 deletions
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;