2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 10:40:24 +00:00

Missing newline

This commit is contained in:
Victor Hu
2019-05-09 17:25:21 -04:00
parent 0ee133ce9b
commit 4ae1391051

View File

@@ -2022,7 +2022,7 @@ sub copycd
{
#If they say to call it something unidentifiable, give up?
print "DEBUG - [anaconda.pm] The name specified ($distname) is not supported for anaconda images, continue to another plugin...";
print "DEBUG - [anaconda.pm] The name specified ($distname) is not supported for anaconda images, continue to another plugin...\n";
return;
}
@@ -2150,7 +2150,7 @@ sub copycd
# At this point, if arch is not provided and we cannot determine it, return
unless ($arch)
{
print "DEBUG - [anaconda.pm] ARCH not detected, provided an OS ARCH using the -a option.";
print "DEBUG - [anaconda.pm] ARCH not detected, provided an OS ARCH using the -a option.\n";
return;
}