Fix a typo in rpc_utils.py
git-svn-id: http://test.kernel.org/svn/autotest/trunk@2414 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/rpc_utils.py b/frontend/afe/rpc_utils.py
index 27bbbcd..ea70970 100644
--- a/frontend/afe/rpc_utils.py
+++ b/frontend/afe/rpc_utils.py
@@ -214,4 +214,4 @@
{'' : 'You cannot abort part of a synchronous job execution '
'(%d/%s, %d included, %d expected'
% (queue_entry.job.id, queue_entry.execution_subdir,
- execution_subdir, queue_entry.job.synch_count)})
+ execution_count, queue_entry.job.synch_count)})