]> git.pld-linux.org Git - packages/sysstat.git/blame - sysstat-verbose.patch
- fixed Norwegian (no, nn) locale names and added pl translation
[packages/sysstat.git] / sysstat-verbose.patch
CommitLineData
81e759c6 1--- sysstat-4.0.1/sadc.c.verbose Mon Aug 13 16:03:14 2001
2+++ sysstat-4.0.1/sadc.c Mon Aug 13 16:04:01 2001
3@@ -650,7 +650,7 @@
4 return;
5 }
6 if ((size != FILE_HDR_SIZE) || (file_hdr.sa_magic != SA_MAGIC)) {
7- fprintf(stderr, _("Invalid system activity file\n"));
8+ fprintf(stderr, _("Invalid system activity file: %s\n"), ofile);
9 exit(3);
10 }
11 /*
12--- sysstat-4.0.1/sar.c.verbose Mon Aug 13 16:04:09 2001
13+++ sysstat-4.0.1/sar.c Mon Aug 13 16:04:32 2001
14@@ -2120,7 +2120,7 @@
15 /* Read sa data file header */
16 nb = read(ifd, &file_hdr, FILE_HDR_SIZE);
17 if ((nb != FILE_HDR_SIZE) || (file_hdr.sa_magic != SA_MAGIC)) {
18- fprintf(stderr, _("Invalid system activity file\n"));
19+ fprintf(stderr, _("Invalid system activity file: %s\n"), from_file);
20 exit(3);
21 }
22
This page took 0.059965 seconds and 4 git commands to generate.