[gnome-boxes] util-app: Change a print() to a debug()
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] util-app: Change a print() to a debug()
- Date: Tue, 15 Mar 2016 17:42:33 +0000 (UTC)
commit 0023ce0c0aab26efbc7326b4805379bcfded335b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Mar 15 17:41:58 2016 +0000
util-app: Change a print() to a debug()
src/util-app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/util-app.vala b/src/util-app.vala
index 0aeee2f..f2625aa 100644
--- a/src/util-app.vala
+++ b/src/util-app.vala
@@ -551,7 +551,7 @@ namespace Boxes {
var config_file = File.new_for_path (path);
cache_file.move (config_file, FileCopyFlags.OVERWRITE);
- print ("moved %s to %s\n", cache_file.get_path (), config_file.get_path ());
+ debug ("moved %s to %s", cache_file.get_path (), config_file.get_path ());
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]