We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb75386 commit 90d6787Copy full SHA for 90d6787
src/fpm_backend.F90
@@ -93,7 +93,7 @@ subroutine build_package(targets,model,verbose)
93
94
! Check if queue is empty
95
if (.not.verbose .and. size(queue) < 1) then
96
- write(*, '(a)') 'Project is up to date'
+ write(stderr, '(a)') 'Project is up to date'
97
return
98
end if
99
0 commit comments