Skip to content

Commit 93f0ff2

Browse files
Vampiretnyblom
authored andcommitted
Add some newlines to the output
1 parent dfc3334 commit 93f0ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/repository.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ void FastImportRepository::createAnnotatedTag(const QString &ref, const QString
692692
tagName.remove(0, 10);
693693

694694
if (!annotatedTags.contains(tagName))
695-
printf("Creating annotated tag %s (%s)\n", qPrintable(tagName), qPrintable(ref));
695+
printf("\nCreating annotated tag %s (%s) for %s\n", qPrintable(tagName), qPrintable(ref), qPrintable(name));
696696
else
697-
printf("Re-creating annotated tag %s\n", qPrintable(tagName));
697+
printf("\nRe-creating annotated tag %s for %s\n", qPrintable(tagName), qPrintable(name));
698698

699699
AnnotatedTag &tag = annotatedTags[tagName];
700700
tag.supportingRef = ref;

0 commit comments

Comments
 (0)