diff options
Diffstat (limited to 'daemon/gvfsjobmove.c')
-rw-r--r-- | daemon/gvfsjobmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsjobmove.c b/daemon/gvfsjobmove.c index e96a17aa..7baa62eb 100644 --- a/daemon/gvfsjobmove.c +++ b/daemon/gvfsjobmove.c @@ -132,7 +132,7 @@ g_vfs_job_move_progress_callback (goffset current_num_bytes, dbus_uint64_t current_dbus, total_dbus; DBusMessage *message; - g_print ("progress_callback %d/%d\n", (int)current_num_bytes, (int)total_num_bytes); + g_debug ("progress_callback %d/%d\n", (int)current_num_bytes, (int)total_num_bytes); if (op_job->callback_obj_path == NULL) return; |