Skip to content

Commit 87dcb9b

Browse files
authored
Merge pull request #706 from LKedward/fix-666
Fix: to pipe up-to-date message to stderr
2 parents a5f039e + 90d6787 commit 87dcb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_backend.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ subroutine build_package(targets,model,verbose)
9393

9494
! Check if queue is empty
9595
if (.not.verbose .and. size(queue) < 1) then
96-
write(*, '(a)') 'Project is up to date'
96+
write(stderr, '(a)') 'Project is up to date'
9797
return
9898
end if
9999

0 commit comments

Comments
 (0)