aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxlu_vif.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxl/libxlu_vif.c')
-rw-r--r--tools/libxl/libxlu_vif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxlu_vif.c b/tools/libxl/libxlu_vif.c
index e3f78a3f8d..3b3de0f811 100644
--- a/tools/libxl/libxlu_vif.c
+++ b/tools/libxl/libxlu_vif.c
@@ -7,7 +7,7 @@ static const char *vif_internal_usec_re = "^[0-9]+[mu]?s?$";
static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) {
fprintf(cfg->report,
"%s: config parsing error in vif: %s in `%s'\n",
- cfg->filename, msg, rate);
+ cfg->config_source, msg, rate);
}
static int vif_parse_rate_bytes_per_sec(XLU_Config *cfg, const char *bytes,