Skip to content

Commit 702a0e2

Browse files
committed
Update error message when OS name not lowercase
1 parent 2fd27c0 commit 702a0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/manifest/profiles.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ subroutine traverse_oss(profile_name, compiler_name, os_list, table, error, prof
416416
l_os_name = lower(os_name)
417417
call validate_os_name(l_os_name, is_valid)
418418
if (is_valid) then
419-
call fatal_error(error,'*traverse_oss*:Error: Invalid OS name.')
419+
call fatal_error(error,'*traverse_oss*:Error: Name of the operating system must be a lowercase string.')
420420
end if
421421
if (allocated(error)) return
422422

0 commit comments

Comments
 (0)