diff options
| author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-06-06 13:22:30 -0400 |
|---|---|---|
| committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-06-06 13:22:30 -0400 |
| commit | cb9e8e3a4e12150ae0d746dffff5ce0aa4a2daab (patch) | |
| tree | 7269772304686d04cf3f8d3d2e3889bde21b6ba4 /src | |
| parent | 963d692458fdcd87dabe599d92b70f67a4c15f0b (diff) | |
Cosmetic: Fix error string to match fn name.
Patch cleans up an error message to match the
migrate-to-domain API.
Diffstat (limited to 'src')
| -rw-r--r-- | src/litmus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/litmus.c b/src/litmus.c index d7b7b3c..eb33c41 100644 --- a/src/litmus.c +++ b/src/litmus.c | |||
| @@ -137,7 +137,7 @@ int sporadic_partitioned(lt_t e_ns, lt_t p_ns, int partition) | |||
| 137 | struct rt_task param; | 137 | struct rt_task param; |
| 138 | 138 | ||
| 139 | ret = be_migrate_to_domain(partition); | 139 | ret = be_migrate_to_domain(partition); |
| 140 | check("be_migrate_to_partition()"); | 140 | check("be_migrate_to_domain()"); |
| 141 | if (ret != 0) | 141 | if (ret != 0) |
| 142 | return ret; | 142 | return ret; |
| 143 | 143 | ||
