[Mulgara-svn] r506 - branches/nw-interface/src/jar/query/java/org/mulgara/query/operation
pag at mulgara.org
pag at mulgara.org
Fri Nov 2 21:11:56 UTC 2007
Author: pag
Date: 2007-11-02 15:11:55 -0600 (Fri, 02 Nov 2007)
New Revision: 506
Modified:
branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java
Log:
Fixed output to match tests
Modified: branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java
===================================================================
--- branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java 2007-11-02 21:11:18 UTC (rev 505)
+++ branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java 2007-11-02 21:11:55 UTC (rev 506)
@@ -78,7 +78,6 @@
// test if the server can do all the work, or if data needs to be streamed
if (isLocal()) {
// server does all the work
- System.out.println("Requesting backup of: " + getSource() + " to a output: " + getDestination());
conn.getSession().backup(getSource(), getDestination());
} else {
// need to stream data through to an output stream
@@ -94,7 +93,7 @@
backup(conn, getSource(), fileOutputStream);
}
- return setResultMessage("Successfully backed up: " + getSource());
+ return setResultMessage("Successfully backed up " + getSource());
}
More information about the Mulgara-svn
mailing list