Increase Max_Path_Length to 1024

This commit is contained in:
Reto Buerki 2012-05-17 16:26:43 +02:00
parent c244fa8b9e
commit fe82f943ed
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ package Alog is
-- Provided log levels. These log levels can be used to categorize log
-- messages.
Max_Path_Length : constant Natural := 128;
Max_Path_Length : constant Natural := 1024;
-- Maximal length of path names.
Max_Facilities : constant Natural := 15;