From 80a891d3ab4281454998cad8e3c5c48bd9be4abd Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 02 Apr 2008 16:00:37 +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 c851d3f..0992780 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' %\
-                         (foldername,location),
+                         (location,foldername),
             'fileFd'   : fileFd
           }
         </call>

--
Gitblit v1.10.0