From b16949ab56670ee59a868ac817aad102a20dd193 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 27 May 2020 17:02:26 -0400 Subject: Code cleanup and better error handling on the AppGraphics renderer. --- main.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.F90') diff --git a/main.F90 b/main.F90 index 9512f2c..b05c9c5 100644 --- a/main.F90 +++ b/main.F90 @@ -183,7 +183,7 @@ implicit none else if(.not. redo_layout .and. is_failure_code(return_code) .and. len_trim(current_url) == 0) then - call r%report_status("Exiting without initial site") + call r%draw_error("Exiting without initial site") running = .false. end if -- cgit v1.2.3