diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/uptodateness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/uptodateness.py b/python/samba/uptodateness.py index db1ba53885b..49c984a5828 100644 --- a/python/samba/uptodateness.py +++ b/python/samba/uptodateness.py @@ -147,7 +147,7 @@ def get_utdv_distances(utdv_edges, dsas): dist = peak - utdv_edges[dn2][dn1] d[dn2] = dist else: - print("Missing dn %s from UTD vector" % dn1, + print(f"Missing dn {dn1} from UTD vector for dsa {dn2}", file=sys.stderr) else: print("missing dn %s from UTD vector list" % dn2, |
