aboutsummaryrefslogtreecommitdiff
path: root/graphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphs.c')
-rw-r--r--graphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphs.c b/graphs.c
index 9d87c70a..945821d7 100644
--- a/graphs.c
+++ b/graphs.c
@@ -19,7 +19,7 @@ int create_graph_trie (vcomponent* ev, char* filename) {
fclose(f);
- INFO_F("Wrote '%s' to '%s'", ev->filename, filename);
+ INFO_F("Wrote '%s' to '%s'", vcomponent_get_val(ev, "X-HH-FILENAME"), filename);
return 0;
}