aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-10 07:52:26 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-11 05:25:07 +0100
commit3699e4f8b6bf5a2e757bcd397202dbdebf614a02 (patch)
treedb118c38a6ef6e251fde6b1985518c1f3a29722c /src/ghdldrv/ghdllocal.adb
parentf7ee7d70756e4dd2ebcaeb6a0d8292a73678956c (diff)
downloadghdl-3699e4f8b6bf5a2e757bcd397202dbdebf614a02.tar.gz
ghdl-3699e4f8b6bf5a2e757bcd397202dbdebf614a02.tar.bz2
ghdl-3699e4f8b6bf5a2e757bcd397202dbdebf614a02.zip
Clarify error message.
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;