File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/InEngine.Core/Queue/Commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public override void Run()
1515 InfoText ( "In-progress" . PadLeft ( leftPadding ) ) ;
1616 Line ( broker . GetPrimaryProcessingQueueLength ( ) . ToString ( ) . PadLeft ( 10 ) ) ;
1717 ErrorText ( "Failed" . PadLeft ( leftPadding ) ) ;
18- Line ( broker . GetPrimaryProcessingQueueLength ( ) . ToString ( ) . PadLeft ( 10 ) ) ;
18+ Line ( broker . GetPrimaryFailedQueueLength ( ) . ToString ( ) . PadLeft ( 10 ) ) ;
1919 Newline ( ) ;
2020
2121 Warning ( "Secondary Queue:" ) ;
@@ -24,7 +24,7 @@ public override void Run()
2424 InfoText ( "In-progress" . PadLeft ( leftPadding ) ) ;
2525 Line ( broker . GetSecondaryProcessingQueueLength ( ) . ToString ( ) . PadLeft ( 10 ) ) ;
2626 ErrorText ( "Failed" . PadLeft ( leftPadding ) ) ;
27- Line ( broker . GetSecondaryProcessingQueueLength ( ) . ToString ( ) . PadLeft ( 10 ) ) ;
27+ Line ( broker . GetSecondaryFailedQueueLength ( ) . ToString ( ) . PadLeft ( 10 ) ) ;
2828 Newline ( ) ;
2929 }
3030 }
You can’t perform that action at this time.
0 commit comments