~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to tracking.c

  • Committer: Bernhard R. Link
  • Date: 2016-12-28 15:50:42 UTC
  • mfrom: (462.3.2)
  • Revision ID: git-v1:9f408a164edf32cad2f5737579fb4871f6fe211b
Tags: reprepro-debian-5.1.1-1
change version to 5.1.1-1 (unstable)
new bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1255
1255
                        if (pkg->filetypes[i] != ft_ALL_BINARY
1256
1256
                            && verbose >= -1) {
1257
1257
                                fprintf(stderr,
1258
 
"Warning: tracking data might be incosistent:\n"
 
1258
"Warning: tracking data might be inconsistent:\n"
1259
1259
"cannot find '%s' in '%s', but '%s' should be there.\n",
1260
1260
                                                packagename, target->identifier,
1261
1261
                                                filekey);
1277
1277
                        if (pkg->filetypes[i] != ft_ALL_BINARY
1278
1278
                            && verbose >= -1) {
1279
1279
                                fprintf(stderr,
1280
 
"Warning: tracking data might be incosistent:\n"
 
1280
"Warning: tracking data might be inconsistent:\n"
1281
1281
"'%s' has '%s' of source '%s', but source '%s' contains '%s'.\n",
1282
1282
                                                target->identifier, package.name,
1283
1283
                                                package.source, pkg->sourcename,
1290
1290
                        if (pkg->filetypes[i] != ft_ALL_BINARY
1291
1291
                            && verbose >= -1) {
1292
1292
                                fprintf(stderr,
1293
 
"Warning: tracking data might be incosistent:\n"
 
1293
"Warning: tracking data might be inconsistent:\n"
1294
1294
"'%s' has '%s' of source version '%s', but version '%s' contains '%s'.\n",
1295
1295
                                                target->identifier, package.name,
1296
1296
                                                package.sourceversion,