diff options
Diffstat (limited to 'src/bootchart/svg.c')
-rw-r--r-- | src/bootchart/svg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c index d7c4168d57..6ad7348ecb 100644 --- a/src/bootchart/svg.c +++ b/src/bootchart/svg.c @@ -98,7 +98,7 @@ static void svg_header(void) svg("<!-- such as Chrome, Chromium, or Firefox. Other applications that -->\n"); svg("<!-- render these files properly but more slowly are ImageMagick, gimp, -->\n"); svg("<!-- inkscape, etc. To display the files on your system, just point -->\n"); - svg("<!-- your browser to file:///var/log/ and click. This bootchart was -->\n\n"); + svg("<!-- your browser to file:///run/log/ and click. This bootchart was -->\n\n"); svg("<!-- generated by bootchart version %s, running with options: -->\n", VERSION); svg("<!-- hz=\"%f\" n=\"%d\" -->\n", hz, len); |