8000 fix log message · jsxtech/arangodb@aa5bd85 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa5bd85

Browse files
committed
fix log message
1 parent 63f0b53 commit aa5bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/actions/api-cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ function changeAllShardReponsibilities (oldServer, newServer) {
600600
ArangoAgency.set(collectionKey, done[collectionKey], 0);
601601
});
602602
} catch (e2) {
603-
console.error('Got error during rolback', e2);
603+
console.error('Got error during rollback', e2);
604604
}
605605
throw e;
606606
}

0 commit comments

Comments
 (0)
0