gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4625 - GNUnet/src/applications/fs/fsui


From: gnunet
Subject: [GNUnet-SVN] r4625 - GNUnet/src/applications/fs/fsui
Date: Sat, 3 Mar 2007 17:51:12 -0700 (MST)

Author: durner
Date: 2007-03-03 17:51:12 -0700 (Sat, 03 Mar 2007)
New Revision: 4625

Modified:
   GNUnet/src/applications/fs/fsui/upload.c
Log:
wrong order of params

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2007-03-04 00:48:46 UTC (rev 
4624)
+++ GNUnet/src/applications/fs/fsui/upload.c    2007-03-04 00:51:12 UTC (rev 
4625)
@@ -152,8 +152,8 @@
                   len)) {
     GE_LOG_STRERROR_FILE(ee,
                         GE_ERROR | GE_USER | GE_BULK,
-                        tempName,
-                        "write");
+       "write",
+                        tempName);
     *error = STRDUP(GE_memory_get(mem, 0));
     GE_free_context(ee);
     GE_memory_free(mem);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]