X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Flibbatch.git;a=blobdiff_plain;f=src%2FSlurm%2FBatchManager_Slurm.cxx;h=ba9fb86516c07c10fd6954b30d71ff1187a87505;hp=1d6fe6f05b6d73e71689b4a771f8a94bf1a6a425;hb=7b47f881cb8625fb9885480b0454adc38f2de409;hpb=fe13b5d09c04bd755f65cf8ead99049a7d7bf4c8 diff --git a/src/Slurm/BatchManager_Slurm.cxx b/src/Slurm/BatchManager_Slurm.cxx index 1d6fe6f..ba9fb86 100644 --- a/src/Slurm/BatchManager_Slurm.cxx +++ b/src/Slurm/BatchManager_Slurm.cxx @@ -251,7 +251,7 @@ namespace Batch { throw(exc); } } else { - throw RunTimeException("sacct command failed with return code: " + status); + throw RunTimeException("sacct command failed with return code: " + to_string(status)); } } return jobinfo;