From: Kern Sibbald Date: Sat, 27 May 2017 13:46:19 +0000 (+0200) Subject: Tweak minor comment change X-Git-Tag: Release-7.9.1~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c1fe30b829d4fcf6996751e55617662005488d9;p=bacula%2Fbacula Tweak minor comment change --- diff --git a/bacula/src/dird/mac_sql.c b/bacula/src/dird/mac_sql.c index 12e19d3da2..40bbf9179a 100644 --- a/bacula/src/dird/mac_sql.c +++ b/bacula/src/dird/mac_sql.c @@ -382,7 +382,7 @@ int getJob_to_migrate(JCR *jcr) Dmsg2(dbglevel, "Before loop count=%d ids=%s\n", ids.count, ids.list); /* * Note: to not over load the system, limit the number - * of new jobs started to 100 (see limit above) + * of new jobs started to Maximum Spawned Jobs */ for (int i=1; i < (int)ids.count; i++) { JobId = 0;