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

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

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

--
Gitblit v1.10.0