Fixup on the hbasecon banner image.. add date and location
This commit is contained in:
parent
7b33a740b1
commit
d5d26f0804
|
@ -317,7 +317,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
|
||||||
if (perms != Perms.ALL) {
|
if (perms != Perms.ALL) {
|
||||||
if (LOG.isDebugEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.debug(String.format("permissions for '%s' are not correct: have %0x, want %0x",
|
LOG.debug(String.format("permissions for '%s' are not correct: have %0x, want %0x",
|
||||||
id, perms, Perms.ALL));
|
id.toString(), perms, Perms.ALL));
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
<height>0</height>
|
<height>0</height>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
-->
|
-->
|
||||||
<src>images/hbasecon2016-stack-logo.jpg</src>
|
<src>images/hbasecon2016-stacked.png</src>
|
||||||
<href>http://hbasecon.com/</href>
|
<href>http://hbasecon.com/</href>
|
||||||
</bannerLeft>
|
</bannerLeft>
|
||||||
<bannerRight>
|
<bannerRight>
|
||||||
|
|
Loading…
Reference in New Issue