diff options
Diffstat (limited to 'gcc/ada/prj-err.adb')
-rw-r--r-- | gcc/ada/prj-err.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/prj-err.adb b/gcc/ada/prj-err.adb index 4f5aea10b43..75cf23b7bfc 100644 --- a/gcc/ada/prj-err.adb +++ b/gcc/ada/prj-err.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2010, Free Software Foundation, Inc. -- +-- Copyright (C) 2002-2011, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -78,7 +78,7 @@ package body Prj.Err is -- triggered) if Current_Verbosity = High then - Write_Line ("ERROR: " & Msg); + Debug_Output ("ERROR: " & Msg); end if; -- If location of error is unknown, use the location of the project @@ -96,7 +96,7 @@ package body Prj.Err is -- access to in any case. if Current_Verbosity = High then - Write_Line ("Error in in-memory project, ignored"); + Debug_Output ("Error in in-memory project, ignored"); end if; return; |