2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Remove trailing spaces in file xCAT-server/lib/xcat/plugins/zvmdiagnostics.pm

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 2b6e3fbb91
commit 3d51b4bade

View File

@ -293,7 +293,7 @@ sub collectDiags {
xCAT::zvmUtils->printSyslog("$ROUTINE $SUBROUTINE $msg");
system($msg);
#TODO check system()'s rc
#TODO Capture diagnostic files
xCAT::zvmUtils->printSyslog("$ROUTINE $SUBROUTINE ... rest of implementation stubbed out ");