]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
Fix duplicate afs event add.
[paraslash.git] / command.c
index 219e19a520a5314fd69f669dbc0372001c0df338..6c60ef972f97aef62a2bf24425bd6a8d103b77c7 100644 (file)
--- a/command.c
+++ b/command.c
@@ -113,15 +113,15 @@ static char *get_status(struct misc_meta_data *nmmd)
        }
        gettimeofday(&now, NULL);
        ret = make_message(
-               "%s:%zu\n" /* file size */
-               "%s:%s\n" /* mtime */
-               "%s:%s\n" /* status */
-               "%s:%s\n" /* status flags */
-               "%s:%li\n" /* offset */
-               "%s:%s\n" /* afs mode */
-               "%s:%s\n" /* server uptime */
-               "%s:%lu.%lu\n" /* stream start */
-               "%s:%lu.%lu\n" /* current server time */
+               "%s: %zu\n" /* file size */
+               "%s: %s\n" /* mtime */
+               "%s: %s\n" /* status */
+               "%s: %s\n" /* status flags */
+               "%s: %li\n" /* offset */
+               "%s: %s\n" /* afs mode */
+               "%s: %s\n" /* server uptime */
+               "%s: %lu.%lu\n" /* stream start */
+               "%s: %lu.%lu\n" /* current server time */
                "%s\n", /* afs status info */
                status_item_list[SI_FILE_SIZE], nmmd->size / 1024,
                status_item_list[SI_MTIME], mtime,