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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user