From 78c6b2165f32dfdd49ccae8b167661e3f599eccb Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 02 Apr 2008 16:00:37 +0000
Subject: [PATCH] fix typo

---
 opendj-sdk/opends/tests/system-tests/phases/shared/functions/stafcmd.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/stafcmd.xml b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/stafcmd.xml
index c851d3f..0992780 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/stafcmd.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/stafcmd.xml
@@ -529,7 +529,7 @@
         <call function="'writeMessage'">
           {
             'content'  : '%s: Directory %s already exists, skip' %\
-                         (foldername,location),
+                         (location,foldername),
             'fileFd'   : fileFd
           }
         </call>

--
Gitblit v1.10.0